Sha256: 5889941a5c9c204ecb4dc2875c717a2e518f249620df87a1679d01b0fd03492a

Contents?: true

Size: 980 Bytes

Versions: 28

Compression:

Stored size: 980 Bytes

Contents

.meta-table
  - unless @node.trashed?
    .meta-row
      .key= ficon :calendar, 'Publish'
      .value.editable{ data: { dropdown: 'publish-date-fields' }} {{ publishedDates }}
      #publish-date-fields.f-dropdown.content{ data: { dropdown: { content: true } } }
        .row.publish-date
          .columns
            = f.label :published_at
            = f.datetime_select :published_at, {}, :'v-node-datetime' => 'node.published_at'
        .row.publish-date
          .columns
            = f.label :published_to
            = f.datetime_select :published_to, include_blank: true, default: nil

  - if @node.creator
    .meta-row
      .key= ficon :torso, 'Author'
      .value= @node.creator.name

  - if @node.updater && @node.updater != @node.creator
    .meta-row
      .key= ficon :torso, 'Updated by'
      .value= @node.updater.name
    
  - if @node.trashed?
    .meta-row
      .key= ficon :calendar, 'Deleted'
      .value= l @node.deleted_at, format: :short




Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
push_type_admin-0.12.1 app/views/push_type/admin/nodes/_meta_table.html.haml
push_type_admin-0.12.0 app/views/push_type/admin/nodes/_meta_table.html.haml
push_type_admin-0.12.0.beta.1 app/views/push_type/admin/nodes/_meta_table.html.haml
push_type_admin-0.11.2 app/views/push_type/admin/nodes/_meta_table.html.haml
push_type_admin-0.11.1 app/views/push_type/admin/nodes/_meta_table.html.haml
push_type_admin-0.11.0.beta.2 app/views/push_type/admin/nodes/_meta_table.html.haml
push_type_admin-0.11.0.beta.1 app/views/push_type/admin/nodes/_meta_table.html.haml
push_type_admin-0.10.4 app/views/push_type/admin/nodes/_meta_table.html.haml
push_type_admin-0.10.3 app/views/push_type/admin/nodes/_meta_table.html.haml
push_type_admin-0.10.2 app/views/push_type/admin/nodes/_meta_table.html.haml
push_type_admin-0.10.1 app/views/push_type/admin/nodes/_meta_table.html.haml
push_type_admin-0.10.0 app/views/push_type/admin/nodes/_meta_table.html.haml
push_type_admin-0.10.0.beta.5 app/views/push_type/admin/nodes/_meta_table.html.haml
push_type_admin-0.10.0.beta.3 app/views/push_type/admin/nodes/_meta_table.html.haml
push_type_admin-0.9.5 app/views/push_type/nodes/_meta_table.html.haml
push_type_admin-0.9.3 app/views/push_type/nodes/_meta_table.html.haml
push_type_admin-0.9.2 app/views/push_type/nodes/_meta_table.html.haml
push_type_admin-0.9.1 app/views/push_type/nodes/_meta_table.html.haml
push_type_admin-0.9.0 app/views/push_type/nodes/_meta_table.html.haml
push_type_admin-0.9.0.beta.4 app/views/push_type/nodes/_meta_table.html.haml