diff --git a/app/views/pages/show.html.erb b/app/views/pages/show.html.erb index f0d7883..6c48314 100644 --- a/app/views/pages/show.html.erb +++ b/app/views/pages/show.html.erb @@ -1,11 +1,11 @@
-
+
-

<%=@page.title %>

+

<%=@page.title %>

-
-<%= raw @page.body %> -
+
+ <%= raw @page.body_html %> +
\ No newline at end of file diff --git a/db/unicorn.start.sh b/db/unicorn.start.sh index 473b523..5a8b3ae 100755 --- a/db/unicorn.start.sh +++ b/db/unicorn.start.sh @@ -1 +1 @@ -bundle exec unicorn_rails -c config/unicorn.rb -D \ No newline at end of file +bundle exec unicorn_rails -c config/unicorn.rb -E production -D \ No newline at end of file