Skip to content

Instantly share code, notes, and snippets.

@kryali
Created March 15, 2012 03:56
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 kryali/2041778 to your computer and use it in GitHub Desktop.
Save kryali/2041778 to your computer and use it in GitHub Desktop.
Haml
<a href="/scheduler/show/0000">
<span>NAME</span>
</a>
<div class="divider"></div>
<a class="c-dropdown" href="#" id="dropdown-image"></a>
<div class="c-dropdown-menu">
<a class="c-dropdown" href="#" id="dropdown-image"></a>
<a href="/user/logout" class="">Logout</a>
</div>
<span class="hidden" id="current_user">1342020220</span>
%a{:href=>scheduler_show_path( current_user.id)}
%span= current_user.name
%div.divider
%a{:class=>"c-dropdown", :href=>"#", :id=>"dropdown-image"}
%div.c-dropdown-menu
=link_to 'Logout', logout_path
%span{ :id=>"current_user", :class=>"hidden" }= current_user.id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment