From 358018cd93b162e3e635c91ba7e1a44a565f6a02 Mon Sep 17 00:00:00 2001 From: Matt Barringer Date: Mon, 18 Feb 2013 06:33:55 +0100 Subject: [PATCH] Tweak the front page --- app/views/home/index.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/home/index.html.haml b/app/views/home/index.html.haml index e2cf72f8..347f444a 100644 --- a/app/views/home/index.html.haml +++ b/app/views/home/index.html.haml @@ -20,7 +20,7 @@ .row-fluid .span12 .center-text - = conference.venue.description + = simple_format(conference.venue.description) .row-fluid{:style => "padding-top: 30px;"} .span3 - if conference.registration_open? @@ -36,4 +36,4 @@ - if !current_user.nil? && current_user.person.proposal_count(conference) > 0 = link_to "View My Proposals", conference_proposal_index_path(conference.short_title), :class => "btn btn-success btn-large pull-right" - else - = link_to "Submit Proposal", conference_proposal_index_path(conference.short_title), :class => "btn btn-success btn-large pull-right" \ No newline at end of file + = link_to "Submit Proposal", conference_proposal_index_path(conference.short_title), :class => "btn btn-success btn-large pull-right"