Social media component

This commit is contained in:
Gopesh Tulsyan 2014-06-02 17:44:43 +05:30
parent 069cc0eb4c
commit 59d1e2c723
21 changed files with 87 additions and 11 deletions

View file

@ -1,9 +1,13 @@
= content_for :brand do
= link_to @conference.title, conference_url(@conference.short_title), class: 'navbar-brand'
%div#program
= render 'program'
%div#registration
= render 'registration'
%div#callforpapers
= render 'call_for_papers'
%div#social-media
= render 'social_media'