Skip to content

Commit

Permalink
fix some bug(body_html)
Browse files Browse the repository at this point in the history
  • Loading branch information
IceskYsl committed Jun 25, 2012
1 parent 531f45a commit e5cbee3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/views/pages/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

<div class="SL">
<div class="post" id="post-1173">
<div class="post" >
<div class="p-head">
<h1> <%=@page.title %></h1>
<h1> <%=@page.title %></h1>
</div>
<div class="p-con">
<%= raw @page.body %>
</div>
<div class="p-con">
<%= raw @page.body_html %>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion db/unicorn.start.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bundle exec unicorn_rails -c config/unicorn.rb -D
bundle exec unicorn_rails -c config/unicorn.rb -E production -D

0 comments on commit e5cbee3

Please sign in to comment.