Skip to content

Instantly share code, notes, and snippets.

@jmertic
Forked from eggsurplus/profileactions.hbt
Last active December 27, 2015 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmertic/7372804 to your computer and use it in GitHub Desktop.
Save jmertic/7372804 to your computer and use it in GitHub Desktop.
...abbreviated
<div class="dropdown-menu scroll pull-right">
<ul role="menu">
<li class="profileactions-profile"><a href="{{profileUrl}}">{{str "LBL_PROFILE"}}</a></li>
<li class="profileactions-employees"><a href="{{employeesUrl}}">{{str "LBL_EMPLOYEES"}}</a></li>
{{#if showAdmin}}
<li class="administration"><a href="#Administration">{{str "LBL_ADMIN"}}</a></li>
{{/if}}
<li class="profileactions-about"><a href="#bwc/index.php?module=Home&action=About">{{str "LNK_ABOUT"}}</a></li>
<li class="profileactions-logout"><a href="#logout/?clear=1">{{str "LBL_LOGOUT"}}</a></li>
<li class="profileactions-google"><a href="http://www.google.com">Google</a></li>
</ul>
</div>
.....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment