Sha256: a480a5f631a4d7d5462ee42e70e4349506e8bc46b7593392a3508b4dbf85b750

Contents?: true

Size: 776 Bytes

Versions: 15

Compression:

Stored size: 776 Bytes

Contents

- content_for :page_title do
  =t :templates

- content_for :actions do
  .span4.clearfix.text-right
    = link_to new_template_path, class: 'btn btn-link btn-large' do
      %i.icon-plus
      =t :new_template

%section.b-tree.span12
  = render_tree(@roots) do |template|
    %button.btn.btn-link.disabled= template.name

    .b-tree__buttons
      = render partial: 'constructor_pages/partials/arrow_buttons', locals: {item: template}

      = link_to edit_template_path(template), class: 'btn btn-primary btn-mini' do
        %i.icon-pencil
        =t :edit
        = t(:template).downcase

      = link_to template_path(template), method: :delete, class: 'btn btn-danger btn-mini pull-right', data: {confirm: t(:are_you_sure?)} do
        %i.icon-remove
        =t :delete

Version data entries

15 entries across 15 versions & 3 rubygems

Version Path
constructor-pages-0.7.7 app/views/constructor_pages/templates/index.haml
constructor-pages-0.7.6 app/views/constructor_pages/templates/index.haml
constructor-pages-0.7.5 app/views/constructor_pages/templates/index.haml
constructor-pages-0.7.4 app/views/constructor_pages/templates/index.haml
constructor-pages-0.7.3 pages/app/views/constructor_pages/templates/index.haml
constructor-core-0.7.3 pages/app/views/constructor_pages/templates/index.haml
constructor-cms-0.7.3 pages/app/views/constructor_pages/templates/index.haml
constructor-pages-0.7.2 pages/app/views/constructor_pages/templates/index.haml
constructor-core-0.7.2 pages/app/views/constructor_pages/templates/index.haml
constructor-cms-0.7.2 pages/app/views/constructor_pages/templates/index.haml
constructor-core-0.7.1 pages/app/views/constructor_pages/templates/index.haml
constructor-pages-0.7.0 app/views/constructor_pages/templates/index.haml
constructor-cms-0.7.0 pages/app/views/constructor_pages/templates/index.haml
constructor-pages-0.6.4 app/views/constructor_pages/templates/index.haml
constructor-cms-0.6.4 pages/app/views/constructor_pages/templates/index.haml