diff --git a/app/views/translations/index.html.erb b/app/views/translations/index.html.erb index 98efdae..32878e6 100644 --- a/app/views/translations/index.html.erb +++ b/app/views/translations/index.html.erb @@ -2,6 +2,7 @@

Lista de Traduções

+<% unless @translations.empty? %> @@ -21,6 +22,7 @@ <% end %>
+<% end %> <%= link_to 'Adicionar Tradução', new_translation_path, class: "btn btn-success" %>