Skip to content

Commit

Permalink
groupy branch: display group default credit limit if it exists
Browse files Browse the repository at this point in the history
  • Loading branch information
herestomwiththeweather committed Feb 25, 2011
1 parent c2c1484 commit 171a9d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/groups/_toolbox.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<li>
<%= link_to "Community Exchanges Graph", graphs_group_path(@group), :class => "show-follow" %>
</li>
<%- unless @group.default_credit_limit.nil? %>
<li>Default Credit Limit: <%= @group.default_credit_limit %></li>
<%- end -%>
<%- end -%>
<%- unless @membership.nil? %>
<% unless @group.asset.nil? %>
Expand Down

0 comments on commit 171a9d3

Please sign in to comment.