##// END OF EJS Templates
replace tabs to spaces and fix indents at app/views/issues/new.html.erb...
Toshi MARUYAMA -
r9145:5f37d0d1c806
parent child
Show More
@@ -24,19 +24,19
24 <p id="watchers_form"><label><%= l(:label_issue_watchers) %></label>
24 <p id="watchers_form"><label><%= l(:label_issue_watchers) %></label>
25 <span id="watchers_inputs">
25 <span id="watchers_inputs">
26 <%= watchers_checkboxes(@issue, @available_watchers) %>
26 <%= watchers_checkboxes(@issue, @available_watchers) %>
27 </span>
27 </span>
28 <span class="search_for_watchers">
28 <span class="search_for_watchers">
29 <%= link_to_remote l(:label_search_for_watchers),
29 <%= link_to_remote l(:label_search_for_watchers),
30 :url => {:controller => 'watchers', :action => 'new', :project_id => @issue.project},
30 :url => {:controller => 'watchers', :action => 'new', :project_id => @issue.project},
31 :method => 'get' %>
31 :method => 'get' %>
32 </span>
32 </span>
33 </p>
33 </p>
34 <% end %>
34 <% end %>
35 </div>
35 </div>
36
36
37 <%= submit_tag l(:button_create) %>
37 <%= submit_tag l(:button_create) %>
38 <%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
38 <%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
39 <%= link_to_remote l(:label_preview),
39 <%= link_to_remote l(:label_preview),
40 { :url => preview_new_issue_path(:project_id => @project),
40 { :url => preview_new_issue_path(:project_id => @project),
41 :method => 'post',
41 :method => 'post',
42 :update => 'preview',
42 :update => 'preview',
@@ -44,7 +44,7
44 :complete => "Element.scrollTo('preview')"
44 :complete => "Element.scrollTo('preview')"
45 }, :accesskey => accesskey(:preview) %>
45 }, :accesskey => accesskey(:preview) %>
46
46
47 <%= javascript_tag "Form.Element.focus('issue_subject');" %>
47 <%= javascript_tag "Form.Element.focus('issue_subject');" %>
48 <% end %>
48 <% end %>
49
49
50 <div id="preview" class="wiki"></div>
50 <div id="preview" class="wiki"></div>
General Comments 0
You need to be logged in to leave comments. Login now