Merge pull request #1171 from differentreality/fix_event_link_in_schedule_events

Fixes event link in schedule all_events
This commit is contained in:
Henne Vogelsang 2016-08-23 14:46:37 +02:00 committed by GitHub
commit e8eb787378

View file

@ -13,7 +13,7 @@
</h4>
<p>
<%= truncate(event.abstract, :length => 400) -%>
<%= link_to 'more', conference_program_proposal_path(@conference.short_title, @conference.program.id, event.id) if event.abstract.length > 400 %>
<%= link_to 'more', conference_program_proposal_path(@conference.short_title, event.id) if event.abstract.length > 400 %>
</p>
</div>
<% end %>