Sha256: 893af5781b88b1843443c71bd5249f380aea452e4d6ffca6a8d2d8ab91efced1

Contents?: true

Size: 1.09 KB

Versions: 5

Compression:

Stored size: 1.09 KB

Contents

<div class="row">

<div class="column small-12 medium-9">
<% if session[:edit_mode] > 1 %>
  <%= dc_link_for_create(controller: 'cmsedit', table: 'dc_blog', title: 'dc_blog.new_document' ) %>
  <br><br>
  <%= dc_link_for_edit(controller: 'cmsedit', table: 'dc_blog', title: 'dc_blog.edit_document', id: document.id ) %>
<% end %>

<div class="blog-subject"><h1><%= document.subject %></h1></div>
<div class="blog-date"><%= t('dc_blog.published') + ' ' + dc_pretty_date(document.created_at) %></div>

<div class="blog-body"><%= document.body.html_safe %></div>
<div class="social-sites"><%= social_sites %></div>

<div class="blog-replies">
  <h2><%= t('dc_blog.comments') %></h2>
  <%= render partial: 'dc_replay/reply', formats: [:html], 
             locals: { replies: replies, parent_doc: document } %>
</div>

<iframe id="iframe_edit" name="iframe_edit" scrolling="no"></iframe>
</div>

<div class="column small-12 medium-3 more-blogs">
  <h2>More blogs by<br><%= document.created_by_name %></h2>
  <%= dc_render(:dc_blog, method: 'last_blogs', limit: 10, blogger: document.created_by_name) %>
</div>
  
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
drg_blog_news_forum-0.6.5 app/views/dc_blog/_show.html.erb
drg_blog_news_forum-0.6.4 app/views/dc_blog/_show.html.erb
drg_blog_news_forum-0.6.3 app/views/dc_blog/_show.html.erb
drg_blog_news_forum-0.6.1 app/views/dc_blog/_show.html.erb
drg_blog_news_forum-0.6.0 app/views/dc_blog/_show.html.erb