diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-01-30 01:38:58 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-01-30 01:38:58 +0000 |
commit | 2c6edb9f3c3922f9f4dbaa9a7fce277d45cddfe1 (patch) | |
tree | 9851dfdd0d74748eb89c795078d81c8d8f6b327d /app/views/news | |
parent | e8cfa65155fbb12187676a3c506e20110da90c34 (diff) | |
download | redmine-2c6edb9f3c3922f9f4dbaa9a7fce277d45cddfe1.tar.gz redmine-2c6edb9f3c3922f9f4dbaa9a7fce277d45cddfe1.zip |
remove trailing tabs from app/views/news/_form.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8730 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/news')
-rw-r--r-- | app/views/news/_form.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/news/_form.html.erb b/app/views/news/_form.html.erb index 0d181a330..410df0e99 100644 --- a/app/views/news/_form.html.erb +++ b/app/views/news/_form.html.erb @@ -5,5 +5,5 @@ <p><%= f.text_area :description, :required => true, :cols => 60, :rows => 15, :class => 'wiki-edit' %></p> <p id="attachments_form"><%= label_tag('attachments[1][file]', l(:label_attachment_plural))%><%= render :partial => 'attachments/form' %></p> </div> - + <%= wikitoolbar_for 'news_description' %> |