Sha256: 4c9262c9ad4cec5a91a0456e5cfab4f500f2cfc6420cd14c6d2eebf99bac9be3

Contents?: true

Size: 518 Bytes

Versions: 2

Compression:

Stored size: 518 Bytes

Contents

%li.dropdown
  %a.dropdown-toggle{"data-toggle" => "dropdown", :href => "#"}
    %i.fa.fa-user.fa-fw
    %i.fa.fa-caret-down
  %ul.dropdown-menu.dropdown-user
    %li
      %a{:href => "#"}
        %i.fa.fa-user.fa-fw
        User Profile
    %li
      %a{:href => "#"}
        %i.fa.fa-gear.fa-fw
        Settings
    %li.divider
    %li
      = link_to incarnator.destroy_account_session_path, method: :delete do
        %i.fa.fa-sign-out.fa-fw
        Sign Out
  / /.dropdown-user
/ /.dropdown
/ /.navbar-top-links

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
theblog-0.0.1.1 app/views/theblog/admin/shared/_navbar.html.haml
theblog-0.0.1 app/views/theblog/admin/shared/_navbar.html.haml