fix post ordering

This commit is contained in:
Torsten Ruger
2018-04-10 22:30:17 +03:00
parent 981048098a
commit d233cb0dca
3 changed files with 10 additions and 6 deletions

View File

@ -13,4 +13,4 @@
.center_col
%h1= @post.title
.center_col
= render( @post.template_name )
= render( "posts/#{@post.template_name}" )