@@ -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), |
|
8 | <%= link_to l(:label_help), compute_public_path('wiki_syntax', 'help', 'html'), | |
9 |
:onclick => "window.open('#{ |
|
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