Sha256: 29c445aae99c29632bcd16810f8a0ddb601cbeae839694a0994883fb14f48d74

Contents?: true

Size: 1.54 KB

Versions: 8

Compression:

Stored size: 1.54 KB

Contents

/ Left panel : Navigation area
/ Note: This width of the aside area can be adjusted through LESS variables
%aside#left-panel
  / User info
  .login-info
    %span
      / User image size is adjusted inside CSS, it should stay as it
      %a#show-shortcut{"data-action" => "toggleShortcut", :href => "javascript:void(0);"}
         
        %i.fa.fa-lg.fa-gavel
        %span
             
          Админка
  / end user info
  / NAVIGATION : This navigation is also responsive
  
  %nav
    %ul{data: {active: controller_name}}
      %li{data: {type: 'categories'}}
        %a{:href => categories_path, :title => "Сериалы"}
          %i.fa.fa-lg.fa-fw.fa-desktop
          %span.menu-item-parent Сериалы
      %li{data: {type: 'uploads'}}
        %a{:href => upload_path}
          %i.fa.fa-lg.fa-fw.fa-cloud-upload
          %span.menu-item-parent Загрузка видео
      %li{data: {type: 'footers'}}
        %a{:href => footers_path}
          %i.fa.fa-lg.fa-fw.fa-font
          %span.menu-item-parent Тексты/Правила
      %li{data: {type: 'videos'}}
        %a{:href => videos_path}
          %i.fa.fa-lg.fa-fw.fa-file-video-o
          %span.menu-item-parent Список видео
      -#%li{data: {type: 'paysites'}}
        -#%a{:href => "#"}
          -#%i.fa.fa-lg.fa-fw.fa-table
          -#%span.menu-item-parent Все платники
      %li{data: {type: 'settings'}}
        %a{:href => settings_path}
          %i.fa.fa-lg.fa-fw.fa-wrench
          %span.menu-item-parent Настройки

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fly_admin-0.0.8 app/views/layouts/fly_admin/_left_panel.html.haml
fly_admin-0.0.7 app/views/layouts/fly_admin/_left_panel.html.haml
fly_admin-0.0.6 app/views/layouts/fly_admin/_left_panel.html.haml
fly_admin-0.0.5 app/views/layouts/fly_admin/_left_panel.html.haml
fly_admin-0.0.4 app/views/layouts/fly_admin/_left_panel.html.haml
fly_admin-0.0.3 app/views/layouts/fly_admin/_left_panel.html.haml
fly_admin-0.0.2 app/views/layouts/fly_admin/_left_panel.html.haml
fly_admin-0.0.1 app/views/layouts/fly_admin/_left_panel.html.haml