Sha256: feeafbac3df044927a6e1774171f8d5a81806a509bf7bae55400527dcd224c6c
Contents?: true
Size: 1.22 KB
Versions: 8
Compression:
Stored size: 1.22 KB
Contents
<!-- you should change your favorite syntax --> <%= stylesheet_link_tag "notee/highlight/default", :media => "all" %> <div class="notee_main"> <div class="notee_main_content"> <h1><%= @post.title %></h1> <div class="notee_list_meta"> <!-- publish--> <span class="notee_list_meta_content"> <%= @post.published_at.strftime("%Y/%m/%d") %>, </span> <!-- writer --> <span class="notee_list_meta_content"> writer: <a href="/writers/<%= @post.user.name %>"><%= @post.user.name %></a> </span> </div> <%= render :partial => "notee/partials/social.html.erb" %> <%= notee_content(@post) %> <%= render :partial => "notee/partials/social.html.erb" %> <div class="notee_list_meta"> <!-- category --> <span class="notee_list_meta_content righting"> category: <span class="notee_list_meta_content notee_list_category"> <a href="/categories/<%= @post.category.slug %>"><%= @post.category.name %></a> </span> </span> </div> </div> <h4>Comments</h4> <%= notee_comment_box(@post.id) %> <h4>Written by</h4> <%= render :partial => "notee/partials/profile.html.erb", :locals => {writer: @post.user} %> </div>
Version data entries
8 entries across 8 versions & 1 rubygems