Sha256: 9449d9c08844a6b5fb1965d21d75a725dcdaad7c81d38488e09fc72f5587988e

Contents?: true

Size: 826 Bytes

Versions: 15

Compression:

Stored size: 826 Bytes

Contents

- @window_title = "Settings"
- @page_title = "Settings"

%ul#iconNav
  - if Rails.configuration.cms_based_public_css == true
    - if can? :manage , Gluttonberg::Stylesheet
      %li= active_link_to("Stylesheets", admin_stylesheets_path , :title => "Stylesheets")
  - if can? :manage, Gluttonberg::Locale
    - if Gluttonberg.localized?
      %li= link_to("Locales", admin_locales_path , :id => "localesNav" , :title => "Locales")

  - if can? :manage, Gluttonberg::Setting
    %li= link_to("Configuration", admin_generic_settings_path , :id => "metadataNav"  , :title => "Configurations")

  - if can? :create, User
    %li= link_to("Users", admin_users_path, :id => "usersNav" , :title => "Users")
  - else
    %li= link_to("Edit Account", edit_admin_user_path(current_user.id) , :title => "Edit Account", :id => "usersNav")

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
gluttonberg-core-2.6.4 app/views/gluttonberg/admin/settings/main/index.html.haml
gluttonberg-core-2.6.3 app/views/gluttonberg/admin/settings/main/index.html.haml
gluttonberg-core-2.6.2 app/views/gluttonberg/admin/settings/main/index.html.haml
gluttonberg-core-2.6.1 app/views/gluttonberg/admin/settings/main/index.html.haml
gluttonberg-core-2.6.0 app/views/gluttonberg/admin/settings/main/index.html.haml
gluttonberg-core-2.5.9 app/views/gluttonberg/admin/settings/main/index.html.haml
gluttonberg-core-2.5.8 app/views/gluttonberg/admin/settings/main/index.html.haml
gluttonberg-core-2.5.7 app/views/gluttonberg/admin/settings/main/index.html.haml
gluttonberg-core-2.5.6 app/views/gluttonberg/admin/settings/main/index.html.haml
gluttonberg-core-2.5.5 app/views/gluttonberg/admin/settings/main/index.html.haml
gluttonberg-core-2.5.4 app/views/gluttonberg/admin/settings/main/index.html.haml
gluttonberg-core-2.5.3 app/views/gluttonberg/admin/settings/main/index.html.haml
gluttonberg-core-2.5.2 app/views/gluttonberg/admin/settings/main/index.html.haml
gluttonberg-core-2.5.1 app/views/gluttonberg/admin/settings/main/index.html.haml
gluttonberg-core-2.5 app/views/gluttonberg/admin/settings/main/index.html.haml