Sha256: 7c7f416fcbf659a79bcf2ab97cb2cec520e2d01f7d94f36faa8e6feff5442cdf
Contents?: true
Size: 669 Bytes
Versions: 21
Compression:
Stored size: 669 Bytes
Contents
<h1><%= current_page.title %></h1> <%= content :option %> <%= content :headline %> <%= content.text :headline %> <%= content.html :body %> <% if has_content?(:image) %> <%= content.image_tag :image, resize_to_fill: [100, 100] %> <% end %> <%= current_account.content :line %> <% repeater current_account.content(:repeater) do |repeater_content| %> <%= repeater_content.content :line %> <% end %> <% images :image_collection do |image| %> <%= content.image_tag image, resize_to_fill: [50, 50] %> <% end %> <% repeater :repeater do |project| %> <%= project.content.html :line %> <%= project.content.image_tag :image, resize_to_fill: [50, 50] %> <% end %>
Version data entries
21 entries across 21 versions & 1 rubygems