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