Sha256: 9f4a332363ea4a5095727e198f48eeb0e5a9feb142514120480b7d6a5b88f1e7
Contents?: true
Size: 513 Bytes
Versions: 1
Compression:
Stored size: 513 Bytes
Contents
.panel-heading: .panel-title: h5 Showing <%= @name.human.downcase %> #{@<%= @name.element %>.id} .panel-body dl <% @type.attributes.each do |attribute| -%> dt <%= attribute.name.humanize %> <% if attribute.reference? -%> dd= @<%= @name.element %>.<%= attribute.name %>.try(:<%= attribute.options['reference_label'] %>) <% elsif attribute.format.text? -%> dd= markdown @<%= @name.element %>.<%= attribute.name %> <% else -%> dd= @<%= @name.element %>.<%= attribute.name %> <% end -%> <% end -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
honey-cms-0.5.1 | lib/generators/cms/templates/views/show.html.slim |