Sha256: 92563973cd83308f034c696f0984694387e9c9338538638017f7b27e943387ff
Contents?: true
Size: 621 Bytes
Versions: 2
Compression:
Stored size: 621 Bytes
Contents
<tr> <td class="whitespace-nowrap py-4 pl-4 pr-3 text-sm font-medium text-gray-900 sm:pl-6"> <%= locale.name %> </td> <td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500"> <span class="badge"> <%= locale.code %> </span> </td> <td class="relative whitespace-nowrap py-4 pl-3 pr-4 text-right text-sm font-medium sm:pr-6"> <% if locale.default? %> <span class="pill">Default locale</span> <% end %> <% unless locale.default? %> <%= link_to "Manage", locale_translations_path(locale), class: "text-indigo-600 hover:text-indigo-900" %> <% end %> </td> </tr>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rosetta-rails-0.2.1 | app/views/rosetta/locales/_locale.html.erb |
rosetta-rails-0.2.0 | app/views/rosetta/locales/_locale.html.erb |