@@ -8,14 +8,14 | |||
|
8 | 8 | </div> |
|
9 | 9 | <%= submit_tag l(:button_create) %> |
|
10 | 10 | <%= submit_tag l(:button_create_and_continue), :name => 'continue' %> |
|
11 |
<%= link_to_remote l(:label_preview), |
|
|
11 | <%= link_to_remote l(:label_preview), | |
|
12 | 12 | { :url => preview_issue_path(:project_id => @project), |
|
13 | 13 | :method => 'post', |
|
14 | 14 | :update => 'preview', |
|
15 | 15 | :with => "Form.serialize('issue-form')", |
|
16 | 16 | :complete => "Element.scrollTo('preview')" |
|
17 | 17 | }, :accesskey => accesskey(:preview) %> |
|
18 | ||
|
18 | ||
|
19 | 19 | <%= javascript_tag "Form.Element.focus('issue_subject');" %> |
|
20 | 20 | <% end %> |
|
21 | 21 |
General Comments 0
You need to be logged in to leave comments.
Login now