diff options
author | Go MAEDA <maeda@farend.jp> | 2018-10-31 07:15:19 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-10-31 07:15:19 +0000 |
commit | 89f026e63811751eeebffb8dabb7feb28d2b69fa (patch) | |
tree | 756b7ff85000d0b2d7c25273771f4e79824f97d4 /app/views/wiki | |
parent | 5f96648717dd450b06ff11c1c254d3831fab2bdd (diff) | |
download | redmine-89f026e63811751eeebffb8dabb7feb28d2b69fa.tar.gz redmine-89f026e63811751eeebffb8dabb7feb28d2b69fa.zip |
Remove trailing whitespaces from app/views/wiki/show.html.erb
git-svn-id: http://svn.redmine.org/redmine/trunk@17613 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/wiki')
-rw-r--r-- | app/views/wiki/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/wiki/show.html.erb b/app/views/wiki/show.html.erb index 559d5e0e0..503944b5a 100644 --- a/app/views/wiki/show.html.erb +++ b/app/views/wiki/show.html.erb @@ -55,7 +55,7 @@ <div style="display: none;"> <%= link_to_attachments @page, :thumbnails => true %> - + <% if @editable && authorize_for('wiki', 'add_attachment') %> <div id="wiki_add_attachment"> <%= form_tag({:controller => 'wiki', :action => 'add_attachment', |