annotate .svn/pristine/70/7092219d4e07f4d32ea609728e012eade69bd551.svn-base @ 1327:287f201c2802 redmine-2.2-integration

Add italic
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 19 Jun 2013 20:56:22 +0100
parents 038ba2d95de8
children
rev   line source
Chris@1296 1 <h2><%= link_to h(@board.name), :controller => 'boards', :action => 'show', :project_id => @project, :id => @board %> &#187; <%= l(:label_message_new) %></h2>
Chris@1296 2
Chris@1296 3 <%= form_for @message, :url => {:action => 'new'}, :html => {:multipart => true, :id => 'message-form'} do |f| %>
Chris@1296 4 <%= render :partial => 'form', :locals => {:f => f} %>
Chris@1296 5 <%= submit_tag l(:button_create) %>
Chris@1296 6 <%= preview_link({:controller => 'messages', :action => 'preview', :board_id => @board}, 'message-form') %>
Chris@1296 7 <% end %>
Chris@1296 8
Chris@1296 9 <div id="preview" class="wiki"></div>