Fix splash layouts, other ui fixes
This commit is contained in:
parent
a2089a09fa
commit
ddfe8e5227
10 changed files with 245 additions and 254 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue