Fix call for papers button alignment

This commit is contained in:
Gopesh Tulsyan 2014-06-25 15:24:07 +05:30
parent 351f0d891f
commit ee4208fa1e

View file

@ -17,7 +17,8 @@
- if @conference.call_for_papers.end_date.to_time < Time.now - if @conference.call_for_papers.end_date.to_time < Time.now
%p Today is the last day. Hurry Up! %p Today is the last day. Hurry Up!
- else - else
%div.row.col-md-6.col-md-offset-4 .row
.col-md-6.col-md-offset-4
%div.col-md-2 %div.col-md-2
%h2#days %h2#days
%p Days %p Days
@ -30,6 +31,7 @@
%div.col-md-2 %div.col-md-2
%h2#seconds %h2#seconds
%p Seconds %p Seconds
.row
%p %p
= link_to "Submit Your Proposals Today", conference_proposal_index_path(@conference.short_title), class: 'btn btn-info', target: '_blank' = link_to "Submit Your Proposals Today", conference_proposal_index_path(@conference.short_title), class: 'btn btn-info', target: '_blank'
-else -else