Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #228 from projecttacoma/turn_registration_back_on
Browse files Browse the repository at this point in the history
turn registration back on
  • Loading branch information
andrequina committed Apr 3, 2014
2 parents 70ccbd6 + 54b4614 commit 09cd3a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions app/views/devise/sessions/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<div class="login">
<header>
<h1>Bonnie</h1>
<br>
<div class="alert alert-warning" id="flash_alert"><h2>Coming Soon!</h2></div>

<%= content_tag(:div, flash[:error], id: "flash_error", class: "alert alert-error") if flash[:error] %>
<%= content_tag(:div, flash[:notice], id: "flash_notice", class: "alert alert-info") if flash[:notice] %>
<%= content_tag(:div, flash[:alert], id: "flash_alert", class: "alert alert-warning") if flash[:alert] %>
Expand Down
12 changes: 6 additions & 6 deletions app/views/devise/shared/_links.erb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<div class="links">
<%- if devise_mapping.recoverable? && controller_name != 'passwords' %>
<p>
<!-- %= link_to new_password_path(resource_name) do % --> <!--
<%= link_to new_password_path(resource_name) do %>
<i class="fa fa-question-circle"></i>
forgot password? -->
<!-- % end % -->
forgot password?
<% end %>
</p>
<% end -%>
<%- if devise_mapping.registerable? && controller_name != 'registrations' %>
<p>
<!-- %= link_to new_registration_path(resource_name) do %--><!--
<%= link_to new_registration_path(resource_name) do %>
<i class="fa fa-plus-circle"></i>
register -->
<!--% end %-->
register
<% end %>
</p>
<% end -%>
Expand Down

0 comments on commit 09cd3a7

Please sign in to comment.