##// END OF EJS Templates
Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed....
Jean-Philippe Lang -
r1044:64eaf328eae1
parent child
Show More
@@ -5,8 +5,8
5 <%= error_messages_for 'content' %>
5 <%= error_messages_for 'content' %>
6 <div class="contextual">
6 <div class="contextual">
7 <%= l(:setting_text_formatting) %>:
7 <%= l(:setting_text_formatting) %>:
8 <%= link_to l(:label_help), '/help/wiki_syntax.html',
8 <%= link_to l(:label_help), compute_public_path('wiki_syntax', 'help', 'html'),
9 :onclick => "window.open('#{ url_for '/help/wiki_syntax.html' }', '', 'resizable=yes, location=no, width=300, height=640, menubar=no, status=no, scrollbars=yes'); return false;" %>
9 :onclick => "window.open('#{ compute_public_path('wiki_syntax', 'help', 'html') }', '', 'resizable=yes, location=no, width=300, height=640, menubar=no, status=no, scrollbars=yes'); return false;" %>
10 </div>
10 </div>
11 <p><%= f.text_area :text, :cols => 100, :rows => 25, :class => 'wiki-edit', :accesskey => accesskey(:edit) %></p>
11 <p><%= f.text_area :text, :cols => 100, :rows => 25, :class => 'wiki-edit', :accesskey => accesskey(:edit) %></p>
12 <p><label><%= l(:field_comments) %></label><br /><%= f.text_field :comments, :size => 120 %></p>
12 <p><label><%= l(:field_comments) %></label><br /><%= f.text_field :comments, :size => 120 %></p>
General Comments 0
You need to be logged in to leave comments. Login now