Skip to content

Commit

Permalink
minor bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
macool committed Apr 26, 2014
1 parent 10389eb commit 89e8209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/_navbar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</a>
<ul class="dropdown-menu">
<li>
<%= link_to "Mi perfil", users_path(current_user) %>
<%= link_to "Mi perfil", user_path(current_user) %>
</li>
<li>
<%= link_to "Cerrar sesión", logout_path %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/users/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<%= f.password_field :password, :class => "form-control" %>
</div>
<div class="actions">
<%= link_to "Cancelar", users_path, :class => "btn bnt-link" %>
<%= link_to "Cancelar", users_path, :class => "btn btn-link" %>
<%= f.submit "Enviar", :class => "btn btn-default", data: { disable_with: "Enviando.." } %>
</div>
<% end %>

0 comments on commit 89e8209

Please sign in to comment.