Changed Ruby syntax in views. Fixed #1326

This commit is contained in:
divyanshumehta 2017-03-11 13:25:39 +05:30
parent b0a84ad1c6
commit 1ca448df6f
74 changed files with 371 additions and 376 deletions

View file

@ -14,7 +14,7 @@
%p.text-center
%i.fa.fa-home.fa-5x
- else
-if lodging.website_link.present?
- if lodging.website_link.present?
= link_to(lodging.website_link, class: 'thumbnail') do
= image_tag lodging.picture.thumb, class: 'img-responsive img-lodging'
- else
@ -22,7 +22,7 @@
.caption
%h3.text-center
= lodging.name
-if lodging.description.present?
- if lodging.description.present?
= markdown(lodging.description)
.actions.text-right
= link_to 'Edit', edit_admin_conference_lodging_path(@conference.short_title, lodging), class: 'btn btn-primary'