Added documentation for the new method added

This commit is contained in:
Gopesh Tulsyan 2014-05-30 23:52:56 +05:30
parent 506b616341
commit fae5981dc4
3 changed files with 16 additions and 11 deletions

View file

@ -1,9 +1,9 @@
= 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'