Sha256: 49abe0f8cd5c42948a678f4ea2ab6cbfd948287eca15504915a71fbefcf00277

Contents?: true

Size: 1.96 KB

Versions: 7

Compression:

Stored size: 1.96 KB

Contents


.application--main-header-admin.manager--main-header{ class: "#{ENV['RAILS_ENV']} #{ENV['RAILS_ENV'][0...3]=="dev" ? "development" : ''}" }
  .container
    %i.fa.fa-compress.collapse-expand#collapseHeader
    .content
      %ul
        %li{ :class => params[:controller] == 'ish_manager/maps' ? 'active' : '' }
          = link_to 'Maps', maps_path
          .inline-search
            = form_tag maps_path, method: :get do
              = text_field_tag :q
          = link_to '[+]', new_map_path

        %li{ :class => params[:controller] == 'ish_manager/galleries'     ? 'active' : '' }
          = link_to 'Galleries', galleries_path
          .inline-search
            = form_tag galleries_path, method: :get do
              = text_field_tag :q
          = link_to '[+]', new_gallery_path
        %li{ :class => params[:controller] == 'ish_manager/reports'       ? 'active' : '' }
          = link_to 'Reports',   reports_path
          .inline-search
            = form_tag reports_path, method: :get do
              = text_field_tag :q
          = link_to '[+]', new_report_path
        %li{ :class => params[:controller] == 'ish_manager/videos'        ? 'active' : '' }
          = link_to 'Videos',    videos_path
          .inline-search
            = form_tag videos_path, method: :get do
              = text_field_tag :q
          = link_to '[+]', new_video_path
      %ul
        %li{ class: params[:controller] == 'ish_manager/newsitems' ? 'active' : '' }= link_to '+Newsitem', new_newsitem_path
        -# %li{ :class => params[:controller] == 'ish_manager/stock_watches' ? 'active' : '' }= link_to 'Stock Watches (old m3)', stock_watches_path
        %li= link_to 'Stock Watches', '/iron_warbler/stock_watches'
        %li{ :class => params[:controller] == 'ish_manager/user_profiles' ? 'active' : '' }= link_to 'Profiles',  user_profiles_path
        %li
          = link_to "Ish::ImageAsset's", image_assets_path
        %li= link_to 'GuydMe', 'https://localhost:3002'
  %hr

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ish_manager-0.1.8.294 app/views/ish_manager/application/_main_header_admin.haml
ish_manager-0.1.8.293 app/views/ish_manager/application/_main_header_admin.haml
ish_manager-0.1.8.292 app/views/ish_manager/application/_main_header_admin.haml
ish_manager-0.1.8.291 app/views/ish_manager/application/_main_header_admin.haml
ish_manager-0.1.8.290 app/views/ish_manager/application/_main_header_admin.haml
ish_manager-0.1.8.289 app/views/ish_manager/application/_main_header_admin.haml
ish_manager-0.1.8.288 app/views/ish_manager/application/_main_header_admin.haml