Skip to content

Commit

Permalink
on dashboard . do not show other sprints unassigned tasks to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
angro committed Apr 22, 2010
1 parent 55d3878 commit 0ed5144
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/sprints/show.html.erb
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<%# form_for :sprint, :url => '/sprints/show', :method => :get do |select_form| %>

<p><%= image_tag(@chart.chart(960,150)) unless @chart.blank? %></p>
Expand Down Expand Up @@ -79,12 +78,14 @@
</td>
</tr>
<% @unassigned_tasks.each do |task| %>
<% if task.fixed_version.id == @sprint.id then %>
<tr>
<td>
<%= render :partial => "shared/task_view", :locals => {:task => task, :issue_statuses => @issue_statuses,
:project_users => @project_users} %>
</td>
</tr>
<% end %>
<% end %>
</table>

Expand Down

0 comments on commit 0ed5144

Please sign in to comment.