fixed style for navbar headers

This commit is contained in:
albert
2011-06-13 18:34:53 -04:00
parent d6e4283cc7
commit 8a7597bc98
9 changed files with 50 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
class DtextPreviewsController < ApplicationController
def create
render :inline => "<h1 class=\"preview-header\">Preview</h1><%= format_text(params[:body]) %>"
end
end