Skip to content

Commit

Permalink
Add devise shared links
Browse files Browse the repository at this point in the history
  • Loading branch information
atd committed Jun 13, 2011
1 parent bae8101 commit 53da37f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/devise/passwords/new.html.erb
Expand Up @@ -7,6 +7,9 @@
<%= devise_error_messages! %>
<div class="form_row"><%=t('devise.passwords.field') %></div>
<div class="form_row"><%= f.text_field :email %></div>

<%= render :partial => "devise/shared/links" %>

<div class="space_center"></div>
<div class="btn_login">
<%= f.submit t('action.send'), :class =>"myButton" %>
Expand Down
3 changes: 3 additions & 0 deletions app/views/devise/sessions/new.html.erb
Expand Up @@ -22,9 +22,12 @@
<% end -%>
</div>

<%= render :partial => "devise/shared/links" %>

<div class="btn_login">
<%= f.submit t('action.send'), :class =>"myButton" %>
</div>
<% end %>
</div>

</div>

0 comments on commit 53da37f

Please sign in to comment.