diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 02:55:14 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 02:55:14 +0000 |
commit | f4bbeab9119201fe325f3983d70a5009b3000304 (patch) | |
tree | 78f8172188507afd870c00551d3824c57eb6918c /app/views/boards | |
parent | 9fec631d143611727877536bf3301cb40cbdb3cb (diff) | |
download | redmine-f4bbeab9119201fe325f3983d70a5009b3000304.tar.gz redmine-f4bbeab9119201fe325f3983d70a5009b3000304.zip |
remove trailing white-spaces app/views/boards/show.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7279 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/boards')
-rw-r--r-- | app/views/boards/show.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/boards/show.html.erb b/app/views/boards/show.html.erb index ac4a6fee4..211265825 100644 --- a/app/views/boards/show.html.erb +++ b/app/views/boards/show.html.erb @@ -14,7 +14,7 @@ <% form_for :message, @message, :url => {:controller => 'messages', :action => 'new', :board_id => @board}, :html => {:multipart => true, :id => 'message-form'} do |f| %> <%= render :partial => 'messages/form', :locals => {:f => f} %> <p><%= submit_tag l(:button_create) %> - <%= link_to_remote l(:label_preview), + <%= link_to_remote l(:label_preview), { :url => { :controller => 'messages', :action => 'preview', :board_id => @board }, :method => 'post', :update => 'preview', @@ -38,7 +38,7 @@ <%= sort_header_tag('created_on', :caption => l(:field_created_on)) %> <%= sort_header_tag('replies', :caption => l(:label_reply_plural)) %> <%= sort_header_tag('updated_on', :caption => l(:label_message_last)) %> - </tr></thead> + </tr></thead> <tbody> <% @topics.each do |topic| %> <tr class="message <%= cycle 'odd', 'even' %> <%= topic.sticky? ? 'sticky' : '' %> <%= topic.locked? ? 'locked' : '' %>"> |