mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 04:38:55 +00:00
Move logout to bottom of page & remove Profile & Settings links from header
This commit is contained in:
parent
eaadaf2a00
commit
0d6fbef9c5
1 changed files with 1 additions and 6 deletions
|
|
@ -16,11 +16,6 @@
|
|||
<% end %>
|
||||
|
||||
<div id="user-navigation">
|
||||
<ul class="wat-cf">
|
||||
<!--<li><a href="#"><%= t("web-app-theme.profile", :default => "Profile") %></a></li>
|
||||
<li><a href="#"><%= t("web-app-theme.settings", :default => "Settings") %></a></li>-->
|
||||
<li><%= link_to t("web-app-theme.logout", :default => "Logout"), destroy_user_session_path, :method => :delete, :class=>'logout' %></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="main-navigation">
|
||||
<ul class="wat-cf"></ul>
|
||||
|
|
@ -40,7 +35,7 @@
|
|||
<%= yield %>
|
||||
<div id="footer">
|
||||
<div class="block">
|
||||
<p>Copyright © <%= Time.now.year %> OCDevel.</p>
|
||||
<p>Copyright © <%= Time.now.year %> OCDevel | <%= link_to "Logout", destroy_user_session_path, :method => :delete %></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue