diff --git a/app/views/cms/_text_editor_sidebar.rhtml b/app/views/cms/_text_editor_sidebar.rhtml index 9c417f8..4669555 100644 --- a/app/views/cms/_text_editor_sidebar.rhtml +++ b/app/views/cms/_text_editor_sidebar.rhtml @@ -1,23 +1,5 @@
- <%= _('Textile markup quick reference') %> - <%= link_to(_('(show)'), '#', :id => 'textile-quickref-show') %> - <%= link_to(_('(hide)'), '#', :id => 'textile-quickref-hide', :style => 'display: none') %> -
-<%= _('Simple formatting:') %> _<%= _('italics') %>_
*<%= _('bold') %>*
, -<%= _('striked')%>-
.
<%= _('Links:') %> "Noosfero":http://noosfero.org/
<%= _('Images:') %> !http://example.com/image.png!
<%= _('Bullet lists:') %>
-* <%= _('first item') %> -* <%= _('second item') %>-
<%= _('Numbered lists:') %>
-# <%= _('first item') %> -# <%= _('second item') %>-
<%= _('See also a more complete Textile Reference') % 'http://redcloth.org/hobix.com/textile/' %>
-Media upload
+ <%= _('Textile markup quick reference') %> + <%= link_to(_('(show)'), '#', :id => 'textile-quickref-show') %> + <%= link_to(_('(hide)'), '#', :id => 'textile-quickref-hide', :style => 'display: none') %> +
+<%= _('Simple formatting:') %> _<%= _('italics') %>_
*<%= _('bold') %>*
, -<%= _('striked')%>-
.
<%= _('Links:') %> "Noosfero":http://noosfero.org/
<%= _('Images:') %> !http://example.com/image.png!
<%= _('Bullet lists:') %>
+* <%= _('first item') %> +* <%= _('second item') %>+
<%= _('Numbered lists:') %>
+# <%= _('first item') %> +# <%= _('second item') %>+
<%= _('See also a more complete Textile Reference') % 'http://redcloth.org/hobix.com/textile/' %>
+