+
<%= render :partial => 'form', :locals => {:f => f} %>
<% end %>
-
+
<% if @journals.present? %>
diff --git a/app/views/issues/_form.html.erb b/app/views/issues/_form.html.erb
index 81da316b7..ddabbd89e 100644
--- a/app/views/issues/_form.html.erb
+++ b/app/views/issues/_form.html.erb
@@ -91,7 +91,6 @@
<%= render :partial => 'attachments/form', :locals => {:container => @issue} %>
-
<%= render :partial => 'issues/attributes' %>
@@ -108,9 +107,9 @@
<%= javascript_tag "observeSearchfield('user_search', 'users_for_watcher', '#{ escape_javascript watchers_autocomplete_for_user_path(:user => @available_watchers, :format => 'js', :flag => 'ture') }')" %>
-
+
<%= watchers_checkboxes(@issue, @available_watchers) %>
-
+
<%= call_hook(:view_issues_form_details_bottom, {:issue => @issue, :form => f}) %>
diff --git a/app/views/issues/new.html.erb b/app/views/issues/new.html.erb
index 13b0c09f0..9bd068fcd 100644
--- a/app/views/issues/new.html.erb
+++ b/app/views/issues/new.html.erb
@@ -10,36 +10,6 @@
- <% if @issue.safe_attribute? 'watcher_user_ids' -%>
-
-
-
-
- <%= link_to "",
- {:controller => 'watchers', :action => 'new', :project_id => @issue.project},
- :remote => true,
- :method => 'get',
- :class => "pic_sch mt5 ml5" %>
-
-
- <%= javascript_tag "observeSearchfield('user_search', 'users_for_watcher', '#{ escape_javascript watchers_autocomplete_for_user_path(:user => @available_watchers, :format => 'js', :flag => 'ture') }')" %>
-
-
- <%= watchers_checkboxes(@issue, @available_watchers) %>
-
-
-
-
-
-
-
- <% end %>
-
- <%= l(:button_create) %>
-
- <%= preview_link preview_new_issue_path(:project_id => @project), 'issue-form', 'preview', {:class => "blue_btn fl ml10"} %>
-
<% end %>
diff --git a/app/views/layouts/base_projects.html.erb b/app/views/layouts/base_projects.html.erb
index ac63fdaa8..15e30bfbb 100644
--- a/app/views/layouts/base_projects.html.erb
+++ b/app/views/layouts/base_projects.html.erb
@@ -99,8 +99,8 @@