replace tabs to spaces and fix indents at app/views/issues/new.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9279 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
5c9dd16295
commit
5f37d0d1c8
@ -24,19 +24,19 @@
|
|||||||
<p id="watchers_form"><label><%= l(:label_issue_watchers) %></label>
|
<p id="watchers_form"><label><%= l(:label_issue_watchers) %></label>
|
||||||
<span id="watchers_inputs">
|
<span id="watchers_inputs">
|
||||||
<%= watchers_checkboxes(@issue, @available_watchers) %>
|
<%= watchers_checkboxes(@issue, @available_watchers) %>
|
||||||
</span>
|
</span>
|
||||||
<span class="search_for_watchers">
|
<span class="search_for_watchers">
|
||||||
<%= link_to_remote l(:label_search_for_watchers),
|
<%= link_to_remote l(:label_search_for_watchers),
|
||||||
:url => {:controller => 'watchers', :action => 'new', :project_id => @issue.project},
|
:url => {:controller => 'watchers', :action => 'new', :project_id => @issue.project},
|
||||||
:method => 'get' %>
|
:method => 'get' %>
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<%= submit_tag l(:button_create) %>
|
<%= submit_tag l(:button_create) %>
|
||||||
<%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
|
<%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
|
||||||
<%= link_to_remote l(:label_preview),
|
<%= link_to_remote l(:label_preview),
|
||||||
{ :url => preview_new_issue_path(:project_id => @project),
|
{ :url => preview_new_issue_path(:project_id => @project),
|
||||||
:method => 'post',
|
:method => 'post',
|
||||||
:update => 'preview',
|
:update => 'preview',
|
||||||
@ -44,7 +44,7 @@
|
|||||||
:complete => "Element.scrollTo('preview')"
|
:complete => "Element.scrollTo('preview')"
|
||||||
}, :accesskey => accesskey(:preview) %>
|
}, :accesskey => accesskey(:preview) %>
|
||||||
|
|
||||||
<%= javascript_tag "Form.Element.focus('issue_subject');" %>
|
<%= javascript_tag "Form.Element.focus('issue_subject');" %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<div id="preview" class="wiki"></div>
|
<div id="preview" class="wiki"></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user