From a902ff79121efc5dd1d9e623dea70a654d24a03e Mon Sep 17 00:00:00 2001 From: Mateus Rambo Strey <mars11@inf.ufpr.br> Date: Mon, 28 Mar 2016 09:50:39 -0300 Subject: [PATCH] fix create collection button style --- app/views/collections/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/collections/_form.html.erb b/app/views/collections/_form.html.erb index 003e6bd36..4aadd2484 100644 --- a/app/views/collections/_form.html.erb +++ b/app/views/collections/_form.html.erb @@ -10,6 +10,6 @@ <br><br> <% end %> - <%= f.submit 'Criar coleção' %> + <%= f.submit 'Criar coleção', class: 'btn btn-success' %> <% end %> </div> -- GitLab