Sha256: 280e23a24a4a9c466a777d723dc2d95014a7cebe1b2352ef7087a427694980e6

Contents?: true

Size: 394 Bytes

Versions: 3

Compression:

Stored size: 394 Bytes

Contents

li.has-dropdown
  = link_to dashboard_path do
    i.fa.fa-home
    |  
    = current_user.username
  ul.dropdown
    li= link_to "My Dashboard", dashboard_path
    li= link_to "Update Profile", edit_user_registration_path
    li= link_to "View Letters", author_letters_path(current_user.id)
    li= link_to "Manage Snippets", snippets_path
    li= link_to "Messages", messaging_inbox_path

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta7 app/views/renalware/navigation/_user.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/navigation/_user.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/navigation/_user.html.slim