mention organization in dashboard, splashpage and admin/conference#edit

This commit is contained in:
shlok007 2017-07-13 04:02:13 +05:30 committed by Shlok Srivastava
parent 32c5af2a17
commit 540c982771
5 changed files with 25 additions and 1 deletions

View file

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