Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
made the blog page look nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdeafcafe committed Jun 2, 2013
1 parent d847eff commit 4d96d1e
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions app/views/blog/view.html.erb
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
<% title " - #{@blog_entry.title}" %>
<% active_blog 'active' %>

<div class="container">
<div class="span10" style="margin: 30px;">
<div class="well">
<h1><%= @blog_entry.title %></h1>
<div class="span12">
<div class="well">
<h1><%= @blog_entry.title %></h1>

<h6>Posted at <%= @blog_entry.updated_at %>, by Xerax</h6>
<h6>Posted at <%= @blog_entry.updated_at %>, by Xerax</h6>

<hr />
<hr />

<%= @markdown.render(@blog_entry.body).html_safe %>
</div>

<%= render partial: 'halo4/global/social_sharing' %>
<%= @markdown.render(@blog_entry.body).html_safe %>
</div>

<%= render partial: 'halo4/global/social_sharing' %>
</div>

0 comments on commit 4d96d1e

Please sign in to comment.