Skip to content

Instantly share code, notes, and snippets.

@morokhovets
Created October 20, 2011 18:53
Show Gist options
  • Save morokhovets/1301960 to your computer and use it in GitHub Desktop.
Save morokhovets/1301960 to your computer and use it in GitHub Desktop.
- if !flash[:error].blank?
.red= flash[:error]
- form_for [:manager, @article] do |f|
= f.text_area :content, size: "100x40", id: "article_editor"
= f.submit
%script
CKEDITOR.replace("article_editor");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment