Sha256: 15a545801023133efeda403247e879c4b43c80d1e621f46eb1e00abb25607e75

Contents?: true

Size: 1.23 KB

Versions: 12

Compression:

Stored size: 1.23 KB

Contents

<ul class="x-navigation">
  <li class="xn-logo">
    <a href="<%= admin_url %>" title="Visit"><%= image_tag(current_site.the_logo, style: "max-height: 100%; max-width: 100%;") %></a>
    <a href="#" class="x-navigation-control"></a>
  </li>

  <li class="xn-profile">
    <a href="<%= admin_profile_path %>" class="profile-mini">
      <img src="<%= current_user.the_avatar %>" alt="<%= current_user.the_name %>"/>
    </a>
    <div class="profile">
      <div class="profile-image">
        <img src="<%= current_user.the_avatar %>" alt="<%= current_user.the_name %>"/>
      </div>
      <div class="profile-data">
        <div class="profile-data-name"><%= current_user.the_name %></div>
        <div class="profile-data-title"><%= current_user.the_slogan %></div>
        <div class="profile-data-title"><small><%= current_user.role %></small></div>
      </div>
      <div class="profile-controls">
        <a href="<%= admin_profile_path %>" class="profile-control-left"><span class="fa fa-info"></span></a>
        <a href="<%= admin_profile_edit_path %>" class="profile-control-right"><span class="fa fa-edit"></span></a>
      </div>
    </div>
  </li>

  <li class="xn-title"><%= t('admin.sidebar.navigation')%></li>

  <%= raw _admin_menu_draw %>

</ul>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
camaleon_cms-0.2.1 app/views/layouts/admin/_sidebar.html.erb
camaleon_cms-0.2.0 app/views/layouts/admin/_sidebar.html.erb
camaleon_cms-0.1.9 app/views/layouts/admin/_sidebar.html.erb
camaleon_cms-0.1.8 app/views/layouts/admin/_sidebar.html.erb
camaleon_cms-0.1.7 app/views/layouts/admin/_sidebar.html.erb
camaleon_cms-0.1.6 app/views/layouts/admin/_sidebar.html.erb
camaleon_cms-0.1.5 app/views/layouts/admin/_sidebar.html.erb
camaleon_cms-0.1.4 app/views/layouts/admin/_sidebar.html.erb
camaleon_cms-0.1.3 app/views/layouts/admin/_sidebar.html.erb
camaleon_cms-0.1.2 app/views/layouts/admin/_sidebar.html.erb
camaleon_cms-0.0.2 app/views/layouts/admin/_sidebar.html.erb
camaleon_cms-0.0.1 app/views/layouts/admin/_sidebar.html.erb