Skip to content
Snippets Groups Projects
Commit 4c4421ce authored by Matheus Agio Nerone's avatar Matheus Agio Nerone
Browse files

change link_to to button_to

parent f5945da0
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
<h2>Tem Muitas!</h2> <h2>Tem Muitas!</h2>
<%= form_tag(new_user_registration_path, method: 'get') do %> <%= form_tag(new_user_registration_path, method: 'get') do %>
<%= text_field_tag :email, '', placeholder: "Seu email", class: 'form-control', style: 'position: absolute; bottom: 75px ;right: 30px; width: 290px;' %> <%= text_field_tag :email, '', placeholder: "Seu email", class: 'form-control', style: 'position: absolute; bottom: 75px ;right: 30px; width: 290px;' %>
<%= link_to "Cadastrar-se", new_user_registration_path,class: "btn btn-danger", style: 'position: absolute; bottom: 30px ;right: 30px; width: 230px; background-color: #FF2134;' %> <%= button_to "Cadastrar-se", new_user_registration_path,class: "btn btn-danger", style: 'position: absolute; bottom: 30px ;right: 30px; width: 230px; background-color: #FF2134;' %>
<% end %> <% end %>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment