image tag
This commit is contained in:
parent
0a20f80d6e
commit
1c28f3839e
1 changed files with 2 additions and 2 deletions
|
|
@ -13,12 +13,12 @@
|
|||
<div id="border">
|
||||
<div class="row">
|
||||
<div class="col-md-2">
|
||||
<% if !@logo.nil? %>
|
||||
<% if @logo.present? %>
|
||||
<%= image_tag(@logo, style: "display:block") %>
|
||||
<% end %>
|
||||
</div>
|
||||
<div class="col-md-10">
|
||||
<h1></h1>
|
||||
<h1>Snap!Con -- A conference all about Snap!, a programing language from UC Berkeley.</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue