Sha256: d78894855be365ed389f88539a0890f6fa8b54b9f301423348a9eab54a0ce8a2

Contents?: true

Size: 546 Bytes

Versions: 5

Compression:

Stored size: 546 Bytes

Contents

<% @page_heading = _('Manage tags') %>
<% subtabs_for(:content) %>

<table cellspacing="1" cellpadding="0">
  <tr>
    <th><%= _("Display Name") %></th>
    <th><%= _("Name") %></th>
    <th><%= _("Articles") %></th>
  </tr>
  <%= render_void_table(@tags.size, 3)  %>
  <% for tag in @tags %>
  <tr <%= alternate_class %>>
    <td> <%= link_to_edit tag.display_name, tag %></td>
    <td><%= tag.name %></td>
    <td><%= link_to_permalink tag, tag.published_articles.count %></td>
  </tr>
  <% end %>
  <%= display_pagination(@tags, 3)%>
</table>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
typo-5.5 app/views/admin/tags/index.html.erb
typo-5.4.4 app/views/admin/tags/index.html.erb
typo-5.4.3 app/views/admin/tags/index.html.erb
typo-5.4.2 app/views/admin/tags/index.html.erb
typo-5.4.1 app/views/admin/tags/index.html.erb