Sha256: caa989bc52cba2a0cf6846bfb732a6e0fc80fb9a51ebc8788fd42f20154ee9de

Contents?: true

Size: 369 Bytes

Versions: 6

Compression:

Stored size: 369 Bytes

Contents

<div class="fuel fuel-posts">
  <div class="tagline">
    <h1 class="tagline"><%= link_to @blog_title, root_path %></h1>
  </div>
  <article class="fuel-post fuel-post-show">
    <h2 class="fuel-post-title"><%= @post.title %></h2>
    <%= render 'post', post: @post %>
  </article>
  <div class="disqus-area">
    <%= render 'disqus' if @disqus_name %>
  </div>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fuel-0.2.9 app/views/fuel/posts/show.html.erb
fuel-0.2.8 app/views/fuel/posts/show.html.erb
fuel-0.2.7 app/views/fuel/posts/show.html.erb
fuel-0.2.6 app/views/fuel/posts/show.html.erb
fuel-0.2.5 app/views/fuel/posts/show.html.erb
fuel-0.2.4 app/views/fuel/posts/show.html.erb