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
This commit is contained in:
parent
9fec631d14
commit
f4bbeab911
|
@ -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' : '' %>">
|
||||
|
|
Loading…
Reference in New Issue