Fix splash layouts, other ui fixes

This commit is contained in:
Gopesh Tulsyan 2014-08-01 12:23:33 +05:30
parent a2089a09fa
commit ddfe8e5227
10 changed files with 245 additions and 254 deletions

View file

@ -1,7 +1,7 @@
%div.container.text-center
%h2 Lodgings
-unless @conference.lodging_description.blank?
%p.lead
.lead
= markdown(@conference.lodging_description)
%div.row.text-center
@ -13,7 +13,7 @@
-unless r.name.blank?
%h4.text-center #{ r.name }
-unless r.description.blank?
%p.text-left #{ markdown(r.description) }
.lead.text-left #{ markdown(r.description) }
- unless r.website_link.blank?
.text-center
= link_to 'Go to Website', r.website_link