Changed Ruby syntax in views. Fixed #1326
This commit is contained in:
parent
b0a84ad1c6
commit
1ca448df6f
74 changed files with 371 additions and 376 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.template-help{:id => id}
|
||||
.template-help{ id: id }
|
||||
Valid attributes:
|
||||
%table.table
|
||||
%tr
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
%tr
|
||||
%td {cfp_end_date}
|
||||
%td The call for papers end date
|
||||
-if @conference.program.schedule_public
|
||||
- if @conference.program.schedule_public
|
||||
%td {schedule_link}
|
||||
%td The link to complete schedule of the conference
|
||||
- if @conference.splashpage && @conference.splashpage.public
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue