Sha256: f40d0a7044cbe1fc44b3d31b83768a2bcc617276f7a7ffab97f00879c6b26aee

Contents?: true

Size: 374 Bytes

Versions: 4

Compression:

Stored size: 374 Bytes

Contents

<div class="fuel fuel-posts">
  <div class="tagline">
    <h1 class="tagline"><%= link_to @blog_title, blog_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

4 entries across 4 versions & 1 rubygems

Version Path
fuel-0.3.3 app/views/fuel/posts/show.html.erb
fuel-0.3.2 app/views/fuel/posts/show.html.erb
fuel-0.3.1 app/views/fuel/posts/show.html.erb
fuel-0.3.0 app/views/fuel/posts/show.html.erb