display organization name in menu bar

This commit is contained in:
shlok007 2017-07-24 13:46:09 +05:30 committed by Shlok Srivastava
parent 540c982771
commit cdc08052b1
3 changed files with 4 additions and 5 deletions

View file

@ -22,9 +22,6 @@
.col-md-8
%h1
= @conference.title
%h3
%i
= "( by #{@conference.organization.name} )"
%p.lead
- if @conference.venue
= "#{@conference.venue.city} / #{@conference.venue.country_name}"