Mercurial > hg > soundsoftware-site
comparison .svn/pristine/25/25447f18997fb5819d5b27f060defe1630ee82df.svn-base @ 1295:622f24f53b42 redmine-2.3
Update to Redmine SVN revision 11972 on 2.3-stable branch
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:02:21 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1295:622f24f53b42 |
---|---|
1 <%= board_breadcrumb(@message) %> | |
2 | |
3 <h2><%= avatar(@topic.author, :size => "24") %><%=h @topic.subject %></h2> | |
4 | |
5 <%= form_for @message, { | |
6 :as => :message, | |
7 :url => {:action => 'edit'}, | |
8 :html => {:multipart => true, | |
9 :id => 'message-form', | |
10 :method => :post} | |
11 } do |f| %> | |
12 <%= render :partial => 'form', | |
13 :locals => {:f => f, :replying => !@message.parent.nil?} %> | |
14 <%= submit_tag l(:button_save) %> | |
15 <%= preview_link({:controller => 'messages', :action => 'preview', :board_id => @board, :id => @message}, 'message-form') %> | |
16 <% end %> | |
17 <div id="preview" class="wiki"></div> |