diff --git a/app/views/controllers/shared/_textilize_help.erb b/app/views/controllers/shared/_textilize_help.erb deleted file mode 100644 index 2903da47c1..0000000000 --- a/app/views/controllers/shared/_textilize_help.erb +++ /dev/null @@ -1,6 +0,0 @@ -<%= tag.div(id: "textilize_note", class: "help-block") do - link = link_to(:shared_textile_link.t, info_textile_sandbox_path, - target: "_new") - str = :shared_textile_help.l % link - str.html_safe -end %>