diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-04 18:14:09 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-04 18:14:09 +0000 |
commit | b536f4c65794d8c2c5e5ae0c0a63166106bc3303 (patch) | |
tree | 204250d899989415cef3fa3d783cc1b78f9cdf1d /app | |
parent | d00014221ed1a5666b2eb5952c15242613421562 (diff) | |
download | redmine-b536f4c65794d8c2c5e5ae0c0a63166106bc3303.tar.gz redmine-b536f4c65794d8c2c5e5ae0c0a63166106bc3303.zip |
Restored wiki syntax quick ref pop-up (accessible from wiki/edit).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@953 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/views/wiki/edit.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/wiki/edit.rhtml b/app/views/wiki/edit.rhtml index 96295004a..94581104f 100644 --- a/app/views/wiki/edit.rhtml +++ b/app/views/wiki/edit.rhtml @@ -5,8 +5,8 @@ <%= error_messages_for 'content' %> <div class="contextual"> <%= l(:setting_text_formatting) %>: -<%= link_to l(:label_help), {:controller => 'help', :ctrl => 'wiki', :page => 'syntax' }, - :onclick => "window.open('#{ url_for :controller => 'help', :ctrl => 'wiki', :page => 'syntax' }', '', 'resizable=yes, location=no, width=300, height=500, menubar=no, status=no, scrollbars=yes'); return false;" %> +<%= link_to l(:label_help), '/help/wiki_syntax.html', + :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;" %> </div> <p><%= f.text_area :text, :cols => 100, :rows => 25, :class => 'wiki-edit', :accesskey => accesskey(:edit) %></p> <p><label><%= l(:field_comments) %></label><br /><%= f.text_field :comments, :size => 120 %></p> |