Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2012-11-06 17:30:48 +0400
committerMarin Jankovski <maxlazio@gmail.com>2013-01-18 14:57:31 +0400
commit296cdd591f7f01ffdbe18cd6a839bbd0e624dfba (patch)
treefd910106cf092da00a7fbddfe4d6e19b1f9a00eb /app/views/devise/passwords
parentb07e1b3aedf87fdf3ec7a6855cec8194b0a30a59 (diff)
Add optional signup.
Diffstat (limited to 'app/views/devise/passwords')
-rw-r--r--app/views/devise/passwords/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/passwords/new.html.erb b/app/views/devise/passwords/new.html.erb
index cf56c5d2710..860d67d19e7 100644
--- a/app/views/devise/passwords/new.html.erb
+++ b/app/views/devise/passwords/new.html.erb
@@ -5,5 +5,5 @@
<br/>
<br/>
<%= f.submit "Reset password", :class => "primary btn" %>
- <div class="right"> <%= render :partial => "devise/shared/links" %></div>
+ <div class="right"> <%= link_to "Sign in", new_session_path(resource_name), :class => "btn" %><br /></div>
<% end %>