Skip to content

Commit

Permalink
Merge pull request #118 from alphagov/add-the-user
Browse files Browse the repository at this point in the history
Make view need consistent with edit/create need
  • Loading branch information
bishboria committed Sep 17, 2014
2 parents de7d121 + 7c77cc5 commit 588ce78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/needs/show.html.erb
Expand Up @@ -29,7 +29,7 @@
<div class="need-wrapper row">
<div class="col-md-8">
<% if @need.met_when.any? %>
<h3>Need is met when</h3>
<h3>Need is met when the user</h3>
<ul class="met-when">
<% @need.met_when.each do |criterion| %>
<li><%= criterion %></li>
Expand Down

0 comments on commit 588ce78

Please sign in to comment.