File: line-comment.html

package info (click to toggle)
trac-codecomments 1.1.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 348 kB
  • ctags: 191
  • sloc: python: 593; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
<td colspan="2">
    <div class="<%= active? 'active' : ''%>"><%= html %></div>
    <small class="meta">
        <span>by <%= author %> @ <%= formatted_date %></span>
        <a href="<%= permalink %>">∞</a>
        <% if (can_delete) { %>
        <a href="<%= delete_url %>?id=<%= id %>" class="delete">Delete</a>
        <% } %>
    </small>
</td>