diff --git a/app/views/cms/_drag_and_drop_note.rhtml b/app/views/cms/_drag_and_drop_note.rhtml new file mode 100644 index 0000000..12af727 --- /dev/null +++ b/app/views/cms/_drag_and_drop_note.rhtml @@ -0,0 +1,4 @@ +

+<%= _('Drag images to add them to the text.') unless @article.is_a?(TextileArticle) %> +<%= _('Drag item names to the text to add links.') %> +

diff --git a/app/views/cms/_text_editor_sidebar.rhtml b/app/views/cms/_text_editor_sidebar.rhtml index afcac08..b59e825 100644 --- a/app/views/cms/_text_editor_sidebar.rhtml +++ b/app/views/cms/_text_editor_sidebar.rhtml @@ -17,11 +17,9 @@ <% end %> @@ -36,11 +34,9 @@ <% end %>

-- libgit2 0.21.2