From 0b26fa0aabb1b40993d973fc9b5484bb60717930 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Tue, 31 Jul 2007 13:23:08 +0000 Subject: [PATCH] r280@sede: terceiro | 2007-07-30 11:46:56 -0300 ActionItem0: adding a sample text for the edit_template controller's design_editor action --- app/views/edit_template/design_editor.rhtml | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+), 0 deletions(-) create mode 100644 app/views/edit_template/design_editor.rhtml diff --git a/app/views/edit_template/design_editor.rhtml b/app/views/edit_template/design_editor.rhtml new file mode 100644 index 0000000..4a481e9 --- /dev/null +++ b/app/views/edit_template/design_editor.rhtml @@ -0,0 +1,63 @@ +<%= RedCloth.new(_(' + +h1. Design editor (title) + +Here you have some sample text so you can see how your layout is going to look +like. + +h2. A subsection (heading level 2) + +h3. Heagind level 3 + +h4. Heagind level 4 + +h5. Heagind level 5 + +h6. Heagind level 6 + +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. +Here is a somewhat long paragraph. + +A list of items: + +* first list item +* second list item +** you can have subitems too +* third list item + +a table: + +| *column 1* | *column 2* | +| row 1 | row 1 | +| row 2 | row 2 | +| row 3 | row 3 | +| row 4 | row 4 | + +A quote: + +bq. this is cited text. It was written originally by someone else, and is displayed like this so you can see that it was not written by me. + +')).to_html %> -- libgit2 0.21.2