Skip to content

Commit

Permalink
changed base_error.html to match tab/space style, which is apparently…
Browse files Browse the repository at this point in the history
… mixed
  • Loading branch information
gsidebo committed Jun 29, 2016
1 parent 42e285f commit 5506153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/templates/base_error.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<span><span class="caret"></span></span>
</button>
<ul class="dropdown-menu" aria-labelledby="user-menu">
<li role="presentation" class=""><a role="menuitem" href="/users/{{ username }}" tabindex="-1">Profile</a></li>
<li role="presentation" class=""><a role="menuitem" href="/settings" tabindex="-1">Settings</a></li>
<li role="presentation" class=""><a role="menuitem" href="/users/{{ username }}" tabindex="-1">Profile</a></li>
<li role="presentation" class=""><a role="menuitem" href="/settings" tabindex="-1">Settings</a></li>
<li role="presentation" class=""><a role="menuitem" href="/logout" tabindex="-1">Logout</a></li>
</ul>
</div>
Expand Down

0 comments on commit 5506153

Please sign in to comment.