Skip to content

Commit

Permalink
minor change for live test
Browse files Browse the repository at this point in the history
  • Loading branch information
blakem committed Mar 18, 2011
1 parent e98d2a8 commit 6e9b3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/subscribers/_subscriber.html.erb
Expand Up @@ -6,7 +6,7 @@
<%= subscriber.type %>
</td>
<td class="subscriber">
<%= subscriber.active? : 'Yes' : 'No' %>
<%= subscriber.active? ? 'Yes' : 'No' %>
</td>
<td class="subscriber">
<%=raw subscriber.brands.map { |b| b.title }.join('<br/>')%>
Expand Down

0 comments on commit 6e9b3d8

Please sign in to comment.