{{<Activity-Comment}}

{{$toolbar}}<!-- Toolbar -->{{/toolbar}}

{{$viewChangesAction}}{{#hasViewableChanges}}<button type="button" class="action-row-button" onclick="layout.navigateToSourceFile('{{filePath}}')">View Changes</button>{{/hasViewableChanges}}{{/viewChangesAction}}

{{$actionText}}
{{#outdated}}<span class="action-token embedded-diff-outdated-token"><span class="action-token-text">outdated</span></span>{{/outdated}}
<span class="action-text">
    {{actionString}}
    {{#filePath}}<strong>{{filePath | ActivityTemplatePrettyPrintFilePath}}</strong> on line {{lineNumber}}{{/filePath}}
</span>
<span class="date"> {{relativeDate}}</span>
{{/actionText}}

{{$nestedChildren}}
    {{#hasChildren}}
        <embedded-diff data-identifier="{{identifier}}">
            <table border="0" class="event-table">
                <tbody>
                    <tr>
                        <!-- Empty top-left cell -->
                        <td class="avatar-cell"></td>

                        <td class="content-cell">
                            <div class="content embedded-diff-content" data-identifier="{{identifier}}">
                            </div>
                        </td>
                    </tr>
                    <tr>
                        <!-- Empty bottom-right cell -->
                        <td></td>

                        <!-- Separator cell -->
                        <td>
                            <hr class="table-separator">
                        </td>
                    </tr>
                </tbody>
            </table>
        </embedded-diff>
    {{/hasChildren}}
{{/nestedChildren}}
