Sha256: ce51b34ef4b33ec600b6e0f7ae72c5c9f2192fc41821d2705b153c9d9533f5c6
Contents?: true
Size: 339 Bytes
Versions: 1
Compression:
Stored size: 339 Bytes
Contents
<h1><%= t('Category _category', category: @category.title) %></h1> <p> <table> <% @category_xrefs.each do |category_xref| ref = category_xref.ref %> <% if ref.is_active %> <tr> <td> <%= link_to ref.title, polymorphic_url([ref], {locale: ref.language.iso_639_1}) %> </td> </tr> <% end %> <% end %> </table> </p>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
odania-0.2.0 | app/views/categories/show.html.erb |