Sha256: 0587891d9194dea999b34e2b95c3026b9b74d27ba44816da88152106d87d1274

Contents?: true

Size: 554 Bytes

Versions: 16

Compression:

Stored size: 554 Bytes

Contents

%ul.breadcrumb
  %li
    = link_to Qbrick::Page.model_name.human(:count => 2), qbrick.cms_pages_path
    %span.divider /
  - @page.parent_pages.each do |parent_page|
    %li
      - if @page.parent_pages.last == parent_page
        .active
          = parent_page.title
      - else
        = link_to parent_page.title, qbrick.edit_cms_page_path(parent_page)
        %span.divider /

%h1= @page.title
.box-container
  = render :partial => 'form', :locals => { :url => qbrick.cms_page_path(@page), :page_title => t('.edit_html', :title => @page.title ) }

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
qbrick-2.7.1 app/views/qbrick/cms/pages/edit.html.haml
qbrick-2.7 app/views/qbrick/cms/pages/edit.html.haml
qbrick-2.6.10 app/views/qbrick/cms/pages/edit.html.haml
qbrick-2.6.9 app/views/qbrick/cms/pages/edit.html.haml
qbrick-2.6.8 app/views/qbrick/cms/pages/edit.html.haml
qbrick-2.6.7 app/views/qbrick/cms/pages/edit.html.haml
qbrick-2.6.6 app/views/qbrick/cms/pages/edit.html.haml
qbrick-2.6.5 app/views/qbrick/cms/pages/edit.html.haml
qbrick-2.6.4 app/views/qbrick/cms/pages/edit.html.haml
qbrick-2.6.3 app/views/qbrick/cms/pages/edit.html.haml
qbrick-2.6.2 app/views/qbrick/cms/pages/edit.html.haml
qbrick-2.6.1 app/views/qbrick/cms/pages/edit.html.haml
qbrick-2.6.0 app/views/qbrick/cms/pages/edit.html.haml
qbrick-2.5.2 app/views/qbrick/cms/pages/edit.html.haml
qbrick-2.5.1 app/views/qbrick/cms/pages/edit.html.haml
qbrick-2.5.0 app/views/qbrick/cms/pages/edit.html.haml