Sha256: 3b426d57aaa365cc9f25c93cb5ec808b72aa704671a14144104127dd6b5b7e8f

Contents?: true

Size: 486 Bytes

Versions: 15

Compression:

Stored size: 486 Bytes

Contents

- if contents
  - contents.each do |content|

    .cms_form
      %hr
      %label Field Name
      = content.field_name

      %label Field Value
      %div(style="width: 700px; overflow: auto; margin-top: 10px;")
        = h content.value

      .div(style="margin-top: 10px;")
        = icon_to "Edit", "/page/#{@page.id}/content/#{content.id}/edit"

      %label Updated By
      = content.user.email

      %label Update At
      = time_ago_in_words(content.updated_at)
      ago

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
kit_cms-2.3.22 app/views/pages/_contents.html.haml
kit_cms-2.3.20 app/views/pages/_contents.html.haml
kit_cms-2.3.19 app/views/pages/_contents.html.haml
kit_cms-2.3.18 app/views/pages/_contents.html.haml
kit_cms-2.3.17 app/views/pages/_contents.html.haml
kit_cms-2.3.16 app/views/pages/_contents.html.haml
kit_cms-2.3.15 app/views/pages/_contents.html.haml
kit_cms-2.3.14 app/views/pages/_contents.html.haml
kit_cms-2.3.13 app/views/pages/_contents.html.haml
kit_cms-2.3.11 app/views/pages/_contents.html.haml
kit_cms-2.3.10 app/views/pages/_contents.html.haml
kit_cms-2.3.9 app/views/pages/_contents.html.haml
kit_cms-2.3.8 app/views/pages/_contents.html.haml
kit_cms-2.3.7 app/views/pages/_contents.html.haml
kit_cms-2.3.6 app/views/pages/_contents.html.haml