Sha256: 510d3ea24d096ce5116f423e2059169c337f1dd4361ce2e3e406ca229b13a67f

Contents?: true

Size: 1.6 KB

Versions: 22

Compression:

Stored size: 1.6 KB

Contents

.tn-tc{class: field}
  %label
    - if defined?(lang)
      = field.gsub("_#{lang}", '').to_s.titleize
      (#{lang_title})
    - else
      = field.to_s.titleize

  .explanation
    Select rows from the library to build this section.
    You can format your text by highlighting it and selecting options from the pop-up menu.

  .tn-tc-main-actions
    = link_to '#', class: 'tn-tc-pop-out btn btn-primary' do
      = fa_icon('eye')
      %span Edit in Preview Mode

    = link_to '#', class: 'tn-tc-add-content btn btn-primary initial-row', data: { modal_target: ".tenon-library", modal_closest: '.tn-tc', modal_clone: 'true', modal_title: 'Add Content', modal_handler: 'Tenon.features.tenonContent.Library' } do
      = fa_icon('plus-circle')
      %span Add Content

  .tn-tc-wrap
    .tn-tc-sizes
      %h2 Preview Mode
      %p
        Use preview mode to see how your content will look on different devices.  You can still make edits when you're in preview mode, but the toolbars are hidden to give you a better picture of how your content will be laid out.
      = tenon_content_sizes
      = link_to 'Done', '#', class: 'tn-tc-pop-out-close btn btn-comp'
    .tenon-content
      = f.fields_for "#{field}_tenon_content_rows" do |row|
        - if row.object
          = render "tenon/tenon_content/row", f: row, row_partial: row.object.decorate.form_partial, field: field, title: row.object.row_type.titleize

    .tenon-library-holder
      .tenon-library
        %ul
          - Tenon::TenonContent::RowTypes::LIBRARY_ROW_TYPES.each do |title, row_type|
            %li= row_link(title, row_type, field, f)
        .spacer

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
tenon-1.1.4 app/views/tenon/tenon_content/_fields.html.haml
tenon-1.1.3 app/views/tenon/tenon_content/_fields.html.haml
tenon-1.1.2 app/views/tenon/tenon_content/_fields.html.haml
tenon-1.1.1 app/views/tenon/tenon_content/_fields.html.haml
tenon-1.0.76 app/views/tenon/tenon_content/_fields.html.haml
tenon-1.0.75 app/views/tenon/tenon_content/_fields.html.haml
tenon-1.0.74 app/views/tenon/tenon_content/_fields.html.haml
tenon-1.0.73 app/views/tenon/tenon_content/_fields.html.haml
tenon-1.0.72 app/views/tenon/tenon_content/_fields.html.haml
tenon-1.0.71 app/views/tenon/tenon_content/_fields.html.haml
tenon-1.0.70 app/views/tenon/tenon_content/_fields.html.haml
tenon-1.0.69 app/views/tenon/tenon_content/_fields.html.haml
tenon-1.0.68 app/views/tenon/tenon_content/_fields.html.haml
tenon-1.0.67 app/views/tenon/tenon_content/_fields.html.haml
tenon-1.0.66 app/views/tenon/tenon_content/_fields.html.haml
tenon-1.0.65 app/views/tenon/tenon_content/_fields.html.haml
tenon-1.0.64 app/views/tenon/tenon_content/_fields.html.haml
tenon-1.0.63 app/views/tenon/tenon_content/_fields.html.haml
tenon-1.0.62 app/views/tenon/tenon_content/_fields.html.haml
tenon-1.0.61 app/views/tenon/tenon_content/_fields.html.haml