Sha256: 41d7878ec7768e5043d5a7f5e0bf171aea055e6ed41bbb0eee3de4ca0fce59c3

Contents?: true

Size: 417 Bytes

Versions: 2

Compression:

Stored size: 417 Bytes

Contents

- content_for(:tertiary_navigation) do
  %nav.tabs
    %ul
      %li{class: ('active' if controller_name == "photos")}
        = link_to spina.admin_photos_path do
          Afbeeldingen
      %li{class: ('active' if controller_name == "attachments")}
        = link_to spina.admin_attachments_path do
          Documenten

- content_for :website_content do
  = yield

= render template: "layouts/spina/admin/website"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spina-0.6.12 app/views/layouts/spina/admin/media_library.html.haml
spina-0.6.11 app/views/layouts/spina/admin/media_library.html.haml