Sha256: b79f7c162081c3cf164249929d9e57c4e2da5188dec6c0edeecb9aff7b968ebe

Contents?: true

Size: 378 Bytes

Versions: 3

Compression:

Stored size: 378 Bytes

Contents

<%= row do %>
<%= span(3) do %>
<div class="mb1">
  <%= image_tag @post.image %>
</div>
<div class="clearfix">
  <%= render :partial => "site/share_buttons_big" %>
</div>
<% end %>
 <%= span(9) do %>
      <h1>
        <%= @post.title %>
      </h1>
    <section>
      <%= l(@post.created_at, :format => :pubdate) %>
    </section>

 <%= raw @post.text %>
 <% end %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fullstack-cms-0.2.24 lib/generators/fullstack/cms/templates/rails/app/views/site/site/post.html.erb
fullstack-cms-0.2.23 lib/generators/fullstack/cms/templates/rails/app/views/site/site/post.html.erb
fullstack-cms-0.2.22 lib/generators/fullstack/cms/templates/rails/app/views/site/site/post.html.erb