Sha256: bef209ee94cd4af7f20ab3eb79ad3d1071df0516fbba4295ba31bddd309bbc16

Contents?: true

Size: 756 Bytes

Versions: 58

Compression:

Stored size: 756 Bytes

Contents

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


.row
  .col-md-12
    =horizontal_simple_form_for @item, url: createfolder_templates_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"

      = f.input :basedirpath, disabled: true, label: 'Parent folder'
      = f.input :basename, label: "Name", :hint=>'ex: news'

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


Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
optimacms-0.2.11 app/views/optimacms/admin/templates/newfolder.html.haml
optimacms-0.2.9 app/views/optimacms/admin/templates/newfolder.html.haml
optimacms-0.2.3 app/views/optimacms/admin/templates/newfolder.html.haml
optimacms-0.1.59 app/views/optimacms/admin/templates/newfolder.html.haml
optimacms-0.1.58 app/views/optimacms/admin/templates/newfolder.html.haml
optimacms-0.1.57 app/views/optimacms/admin/templates/newfolder.html.haml
optimacms-0.1.56 app/views/optimacms/admin/templates/newfolder.html.haml
optimacms-0.1.54 app/views/optimacms/admin/templates/newfolder.html.haml
optimacms-0.1.51 app/views/optimacms/admin/templates/newfolder.html.haml
optimacms-0.1.50 app/views/optimacms/admin/templates/newfolder.html.haml
optimacms-0.1.49 app/views/optimacms/admin/templates/newfolder.html.haml
optimacms-0.1.48 app/views/optimacms/admin/templates/newfolder.html.haml
optimacms-0.1.47 app/views/optimacms/admin/templates/newfolder.html.haml
optimacms-0.1.45 app/views/optimacms/admin/templates/newfolder.html.haml
optimacms-0.1.44 app/views/optimacms/admin/templates/newfolder.html.haml
optimacms-0.1.43 app/views/optimacms/admin/templates/newfolder.html.haml
optimacms-0.1.41 app/views/optimacms/admin/templates/newfolder.html.haml
optimacms-0.1.40 app/views/optimacms/admin/templates/newfolder.html.haml
optimacms-0.1.39 app/views/optimacms/admin/templates/newfolder.html.haml
optimacms-0.1.38 app/views/optimacms/admin/templates/newfolder.html.haml