Sha256: aff51a654cd0cc22ed4a6c9f64e48a1707c9d70ccaa386a1f109599144e5f172
Contents?: true
Size: 717 Bytes
Versions: 2
Compression:
Stored size: 717 Bytes
Contents
<div class='dashboard-left ui-accordion ui-widget ui-helper-reset ui-accordion-icons'> <h3 class='ui-accordion-header ui-helper-reset ui-state-active ui-corner-top'> <span class='ui-icon ui-icon-comment'> </span> <%= _("Latest Comments") %> </h3> <div class='ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active'> <ul> <% if @comments.size == 0 %> <li><%= _("No comments yet") %></li> <% else %> <% for comment in @comments -%> <li> <%= link_to_permalink comment, h(_("By %s on %s", comment.author, comment.article.title)) %> </li> <% end %> <% end %> </ul> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
typo-5.5 | app/views/admin/dashboard/_comments.html.erb |
typo-5.4.4 | app/views/admin/dashboard/_comments.html.erb |