<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>