mirror of
https://github.com/redmine/redmine.git
synced 2026-04-13 07:58:18 +02:00
Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@24485 e93f8b46-1217-0410-a6f0-8f06a7374b81
5 lines
191 B
Plaintext
5 lines
191 B
Plaintext
<%= render :layout => 'layouts/file' do %>
|
|
<%= render :partial => 'common/markup',
|
|
:locals => {:markup_text_formatting => 'common_mark', :markup_text => @content} %>
|
|
<% end %>
|