diff --git a/app/assets/stylesheets/dreamsis.css b/app/assets/stylesheets/dreamsis.css index 8b311105..5379e08c 100644 --- a/app/assets/stylesheets/dreamsis.css +++ b/app/assets/stylesheets/dreamsis.css @@ -4586,6 +4586,7 @@ ul.mentor_stats_summary .section_id.tag { .signup-numbers { font-size: 85%; color: #656565; + clear: both; } .signup-numbers span { diff --git a/app/views/event_attendances/index.html.erb b/app/views/event_attendances/index.html.erb index f7bcb9e1..ff21abff 100644 --- a/app/views/event_attendances/index.html.erb +++ b/app/views/event_attendances/index.html.erb @@ -1,6 +1,6 @@
Trained? | " if @event.training_required?(@audience.to_s) %>RSVP'd? <%= link_to "E-mail", - "mailto:#{@event.attendees.rsvpd(@audience).collect{|a| a.email rescue nil }.compact.join(",")}", - :class => 'email button', - :id => 'attending_email_link' %> - | + "mailto:#{@event.attendees.rsvpd(@audience).collect{|a| a.email rescue nil }.compact.join(",")}", + :class => 'email button', + :id => 'attending_email_link' %> +Attended? <%= link_to "E-mail", - "mailto:#{@event.attendees.attended(@audience).collect{|a| a.email rescue nil }.compact.join(",")}", - :class => 'email button', - :id => 'attended_email_link' %> - | + "mailto:#{@event.attendees.attended(@audience).collect{|a| a.email rescue nil }.compact.join(",")}", + :class => 'email button', + :id => 'attended_email_link' %> +Functions | ||||||
---|---|---|---|---|---|---|---|---|---|
No event attendees yet. | -|||||||||
No event attendees yet. | +