File: 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 (13 lines) | stat: -rw-r--r-- 499 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="meta">
    <img class="gravatar" src="http://0.gravatar.com/avatar/<%= email_md5 %>?size=20" width="20" height="20" alt="gravatar for <%= author %>" />
    <span class="author"><%= author %></span> @ <span class="time"><%= formatted_date %></span>
    <a href="<%= permalink %>">#<%= id %></a>
    <% if (can_delete) { %>
    <a href="<%= delete_url %>?id=<%= id %>" class="delete">Delete</a>
    <% } %>

</div>
<div class="text <%= active? 'active' : ''%>">
<%= html %>
</div>