Fix the homepage and proposal views for mobile
This commit is contained in:
parent
2a927a42b0
commit
453133a26b
2 changed files with 7 additions and 4 deletions
|
|
@ -5,8 +5,9 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<% @conferences.each do |conference| %>
|
<% @conferences.each do |conference| %>
|
||||||
<div class="row-fluid well" style="margin-top: 30px; background: #f5f5f5;">
|
<div class="row-fluid" style="margin-top: 30px;">
|
||||||
<div clas="span12">
|
<div clas="span12">
|
||||||
|
<div class="well">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span4 text-center">
|
<div class="span4 text-center">
|
||||||
<%= image_tag conference.logo(:original) %>
|
<%= image_tag conference.logo(:original) %>
|
||||||
|
|
@ -44,7 +45,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
|
||||||
|
|
@ -36,8 +36,7 @@
|
||||||
-else
|
-else
|
||||||
%iframe{:width=>"560", :height=>"315", :frameborder=>"0", :allowfullscreen=>"true", :src=>"http://www.youtube.com/embed/Eiv4e5ZxTmg?rel=0"}
|
%iframe{:width=>"560", :height=>"315", :frameborder=>"0", :allowfullscreen=>"true", :src=>"http://www.youtube.com/embed/Eiv4e5ZxTmg?rel=0"}
|
||||||
.row-fluid
|
.row-fluid
|
||||||
.span12
|
.span8
|
||||||
= image_tag @event.submitter.gravatar_url(:size => 200), :class => "img-rounded pull-right"
|
|
||||||
%h3
|
%h3
|
||||||
by
|
by
|
||||||
= @event.submitter.public_name
|
= @event.submitter.public_name
|
||||||
|
|
@ -48,4 +47,7 @@
|
||||||
= @event.submitter.company
|
= @event.submitter.company
|
||||||
-if @event.submitter.biography
|
-if @event.submitter.biography
|
||||||
= simple_format(@event.submitter.biography)
|
= simple_format(@event.submitter.biography)
|
||||||
|
.span4
|
||||||
|
= image_tag @event.submitter.gravatar_url(:size => 200), :class => "img-rounded pull-right", :style => "margin: 8px;"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue