stop the catastrophic from happening"

This commit is contained in:
Maxwell Salzberg 2011-11-02 11:59:55 -07:00
parent 98b093be11
commit 6df5904e13

View file

@ -22,6 +22,7 @@
- conv_opts = { :class => "button conversation_button", :rel => "facebox"}
- conv_opts[:title] = t('.many_people_are_you_sure', :suggested_limit => suggested_limit) if @contacts.size > suggested_limit
- if @contacts.size < 20
= link_to t('.start_a_conversation'), new_conversation_path(:aspect_id => @aspect.id, :name => @aspect.name), conv_opts
- if @contacts.size
= link_to t('.add_to_aspect', :name => @aspect.name), edit_aspect_path(@aspect), :rel => "facebox"