Skip to content

Commit

Permalink
tightened up logic on config subtab
Browse files Browse the repository at this point in the history
  • Loading branch information
ethn committed May 3, 2010
1 parent adf320b commit 87530f3
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions app/views/card/_config.rhtml
Expand Up @@ -6,23 +6,15 @@
<p>&nbsp;</p>
<% if card.type == "Cardtype" %>
<strong>People watching "<%= card.name %>" cards</strong>
<p>Watchers receive email when "<%= card.name %>" cards are changed.
<a href="http://wagn.org/wagn/Notification">Learn more about notifications</a>
</p>
<blockquote>
<p>{{+*watchers}}</p>
</blockquote>
<p>Watchers receive email when "<%= card.name %>" cards are changed.</p>
<% else %>
<strong>People watching "<%= card.name %>"</strong>
<p>Watchers receive email when cards of this type are changed.
<a href="http://wagn.org/wagn/Notification">Learn more about notifications</a>
</p>
<blockquote>
<p>{{+*watchers}}</p>
</blockquote>
<p>Watchers receive email when cards of this type are changed.</p>
<% end %>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://wagn.org/wagn/Notification">Learn more about notifications</a></p>
<blockquote>
<p>{{+*watchers}}</p>
</blockquote>



0 comments on commit 87530f3

Please sign in to comment.