Sha256: 3b91d87ded275725ee54ef1c6b31297c29754127ade7f238efbdb4350f5a10dc

Contents?: true

Size: 1.69 KB

Versions: 12

Compression:

Stored size: 1.69 KB

Contents


.application--main-header-admin.manager--main-header{ class: ENV['RAILS_ENV'] }
  .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', stock_watches_path
        %li{ :class => params[:controller] == 'ish_manager/user_profiles' ? 'active' : '' }= link_to 'Profiles',  user_profiles_path
  %hr

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ish_manager-0.1.8.287 app/views/ish_manager/application/_main_header_admin.haml
ish_manager-0.1.8.284 app/views/ish_manager/application/_main_header_admin.haml
ish_manager-0.1.8.282 app/views/ish_manager/application/_main_header_admin.haml
ish_manager-0.1.8.281 app/views/ish_manager/application/_main_header_admin.haml
ish_manager-0.1.8.280 app/views/ish_manager/application/_main_header_admin.haml
ish_manager-0.1.8.279 app/views/ish_manager/application/_main_header_admin.haml
ish_manager-0.1.8.278 app/views/ish_manager/application/_main_header_admin.haml
ish_manager-0.1.8.277 app/views/ish_manager/application/_main_header_admin.haml
ish_manager-0.1.8.274 app/views/ish_manager/application/_main_header_admin.haml
ish_manager-0.1.8.273 app/views/ish_manager/application/_main_header_admin.haml
ish_manager-0.1.8.272 app/views/ish_manager/application/_main_header_admin.haml
ish_manager-0.1.8.271 app/views/ish_manager/application/_main_header_admin.haml