Standardize position of page title and secondary links

- Removed path specification for secondary links where unneeded
This commit is contained in:
BrokenEagle
2017-12-28 10:09:45 -08:00
parent 31d3215dad
commit 5cdd8d8f67
25 changed files with 69 additions and 67 deletions

View File

@@ -14,11 +14,11 @@
<%= submit_tag "Submit" %>
<% end %>
<%= render "sessions/secondary_links" %>
</div>
</div>
<%= render "sessions/secondary_links" %>
<% content_for(:page_title) do %>
Login Reminder - <%= Danbooru.config.app_name %>
<% end %>

View File

@@ -12,11 +12,11 @@
<% else %>
<p>Invalid key</p>
<% end %>
<%= render "sessions/secondary_links" %>
</div>
</div>
<%= render "sessions/secondary_links" %>
<% content_for(:page_title) do %>
Reset Password - <%= Danbooru.config.app_name %>
<% end %>

View File

@@ -13,11 +13,11 @@
</div>
<%= submit_tag "Submit" %>
<% end %>
<%= render "sessions/secondary_links" %>
</div>
</div>
<%= render "sessions/secondary_links" %>
<% content_for(:page_title) do %>
Reset Password - <%= Danbooru.config.app_name %>
<% end %>