Sha256: 8b89c8d82ac5045cdad552f87cf65867f1f5d5035c5132a3f351d4c4ceba0971

Contents?: true

Size: 556 Bytes

Versions: 3

Compression:

Stored size: 556 Bytes

Contents

.row
  %header.page-header
    %h3 Edit Page
.row
  %header
    .subnav
      %ul.nav.nav-pills
        - if @draft_page
          %li{:class => (@draft_page.status == 'draft' ? 'active ' : '')}
            = link_to 'Draft Page', edit_page_path(@draft_page) 
        - if @published_page
          %li{:class => (@published_page.status == 'published' ? 'active ' : '')}
            = link_to 'Publishedi Page', edit_page_path(@published_page) 
        %li
          = link_to 'Preview', page_preview_path(@page), target: '_blank'
    %hr/
= render 'form'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
feather_cms-0.0.5.2 app/views/feather_cms/pages/edit.html.haml
feather_cms-0.0.5.1 app/views/feather_cms/pages/edit.html.haml
feather_cms-0.0.5 app/views/feather_cms/pages/edit.html.haml