Sha256: e3232eb4123d00faf5edc529a2b46bf73e2f7420ce49a7a51da12c861578929f

Contents?: true

Size: 759 Bytes

Versions: 18

Compression:

Stored size: 759 Bytes

Contents

.page-header
  .row
    .col-md-6
      %h1
        Edit template folder
        %small
          <i class="ace-icon fa fa-angle-double-right"></i>
          enter path and update
    .col-md-4
      =link_to 'Back to templates', @url_back


.row
  .col-md-12
    =horizontal_simple_form_for @item, url: updatefolder_template_path do |f|
      = render 'optimacms/admin/shared/form_errors', :object=>@item

      = f.input :parent_id, as: :hidden
      = f.input :is_folder, as: :hidden

      = f.input :title, label: "Title"

      - if @item.parent_id>0
        Folder:
        =@item.folder.basepath

      = f.input :basename, label: "Name", :hint=>'ex: news'

      = f.button :submit_cancel, 'Save', :cancel=>@url_back


Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
optimacms-0.1.36 app/views/optimacms/admin/templates/editfolder.html.haml
optimacms-0.1.34 app/views/optimacms/admin/templates/editfolder.html.haml
optimacms-0.1.32 app/views/optimacms/admin/templates/editfolder.html.haml
optimacms-0.1.31 app/views/optimacms/admin/templates/editfolder.html.haml
optimacms-0.1.28 app/views/optimacms/admin/templates/editfolder.html.haml
optimacms-0.1.27 app/views/optimacms/admin/templates/editfolder.html.haml
optimacms-0.1.25 app/views/optimacms/admin/templates/editfolder.html.haml
optimacms-0.1.24 app/views/optimacms/admin/templates/editfolder.html.haml
optimacms-0.1.23 app/views/optimacms/admin/templates/editfolder.html.haml
optimacms-0.1.21 app/views/optimacms/admin/templates/editfolder.html.haml
optimacms-0.1.19 app/views/optimacms/admin/templates/editfolder.html.haml
optimacms-0.1.17 app/views/optimacms/admin/templates/editfolder.html.haml
optimacms-0.1.15 app/views/optimacms/admin/templates/editfolder.html.haml
optimacms-0.1.14 app/views/optimacms/admin/templates/editfolder.html.haml
optimacms-0.1.5 app/views/optimacms/admin/templates/editfolder.html.haml
optimacms-0.1.3 app/views/optimacms/admin/templates/editfolder.html.haml
optimacms-0.1.2 app/views/optimacms/admin/templates/editfolder.html.haml
optimacms-0.1.1 app/views/optimacms/admin/templates/editfolder.html.haml