Sha256: 698c73cf40af7f74009beaafd43c22c43ab55dcccd990c0ef75299b3e7ab8f1f

Contents?: true

Size: 678 Bytes

Versions: 4

Compression:

Stored size: 678 Bytes

Contents

.btn-group
  %button.btn.btn-secondary.btn-sm.dropdown-toggle(type="button" id="ddTopmenuUser" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false")
    %span.user-info Admin

  .dropdown-menu.dropdown-menu-right(aria-labelledby="ddTopmenuUser")
    %a.dropdown-item{:href => '#'}
      %i.fa.fa-user
      #{current_cms_admin_user.email}

    %a.dropdown-item{ href: "#"}
      %i.fa.fa-cog
      Settings
    %a.dropdown-item{ href: "/profile"}
      %i.fa.fa-user
      Profile

    .dropdown-divider

    =link_to destroy_cms_admin_user_session_path, :method => :delete, :class=>'dropdown-item' do
      = fa_icon "fa-power-off"
      Logout

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
optimacms-0.3.34 app/views/optimacms/admin/shared/_menu_user.html.haml
optimacms-0.3.30 app/views/optimacms/admin/shared/_menu_user.html.haml
optimacms-0.3.29 app/views/optimacms/admin/shared/_menu_user.html.haml
optimacms-0.3.23 app/views/optimacms/admin/shared/_menu_user.html.haml