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

This commit is contained in:
shlok007 2017-07-13 04:02:13 +05:30
parent ea43b19ef4
commit cb5d1dfa83
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}"