Skip to content

Commit

Permalink
Treat impediments as tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
friflaj committed Aug 25, 2010
1 parent c088f1c commit 344b5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/tasks/_impediment.html.erb
Expand Up @@ -12,12 +12,12 @@
<div class="meta">
<div class="story_id"><%= impediment.parent_id %></div>
<div class="status_id"><%= impediment.status_id %></div>
<div class="previous"><%= impediment.higher_item.nil? ? '' : impediment.higher_item.id %></div>
<div class="previous"><%= impediment.right_sibling.nil? ? '' : impediment.right_sibling.id %></div>
<div class="errors">
<%- impediment.errors.each_error do |a, err| %>
<div><%= "#{l(a)} #{l(err.type)}" %></div>
<%- end %>
</div>
</div>
<%- end %>
</div>
</div>
Empty file modified features/step_definitions/product_owner_steps.rb 100644 → 100755
Empty file.

0 comments on commit 344b5f3

Please sign in to comment.