% content_for(:header_tags) do %> <%= stylesheet_link_tag :contacts, :plugin => 'redmine_contacts' %> <%= stylesheet_link_tag :contacts_sidebar, :plugin => 'redmine_contacts' %> <% end %> <% content_for :sidebar do %> <%= render :partial => 'common/sidebar' %> <%= render :partial => 'common/recently_viewed' %> <% end %>
<%= label_tag l(:label_assigned_to) %> <%= select_tag :assigned_to, options_for_select(@users, params[:assigned_to]), :onchange => "this.form.submit();" %>
<% end %> <% unless @contacts_issues.empty? %>| <%= check_box_tag :close, '', false, :onclick => "this.disable(); $('issue_#{issue.id}').style.textDecoration='line-through';" + remote_function(:url => {:controller => 'contacts_tasks', :action => "close", :project_id => issue.project, :issue_id => issue }, :with => "issue_#{issue.id}") if issue.assigned_to == User.current %> | <%= link_to issue.subject, :controller => :issues, :action => :show, :id => issue %> <%= "(#{link_to_source issue.contacts.first})" %> | <%= format_date(issue.due_date) %> |
<%=l(:label_no_data)%>
<% end %>