Skip to content

Commit

Permalink
FIX: Logout link was too small
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltrout committed Sep 4, 2015
1 parent 2d68489 commit 49096e5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
{{plugin-outlet "user-menu-bottom"}}
{{#if siteSettings.show_logout_in_header}}
<hr>
{{d-link action="logout" class="logout" icon="sign-out" label="user.log_out"}}
<ul class='menu-links'>
<li>{{d-link action="logout" class="logout" icon="sign-out" label="user.log_out"}}</li>
</ul>
{{/if}}
{{/menu-panel}}

0 comments on commit 49096e5

Please sign in to comment.