Simplify sidebar and navigation
Check existence of supporter levels
This commit is contained in:
parent
59933115fc
commit
0982be8579
21 changed files with 93 additions and 169 deletions
|
|
@ -19,13 +19,16 @@
|
|||
<br>
|
||||
<span class="muted"><%= conference.date_range_string %></span>
|
||||
</h3>
|
||||
<% if conference.venue.name and conference.venue.website and conference.venue.address %>
|
||||
<p>
|
||||
<small>
|
||||
<%= link_to conference.venue.name, conference.venue.website, :target => "_new" %>
|
||||
,
|
||||
<%= link_to conference.venue.address, "http://maps.google.com/maps?q=#{conference.venue.address}", :target => "_new" %>
|
||||
<%= link_to conference.venue.name, conference.venue.website %>,
|
||||
<%= link_to conference.venue.address, "http://maps.google.com/maps?q=#{conference.venue.address}" %>
|
||||
</small>
|
||||
<% end -%>
|
||||
<% if conference.venue.description %>
|
||||
<%= simple_format(conference.venue.description, class: 'lead') %>
|
||||
<% end -%>
|
||||
</div>
|
||||
<div class="span2">
|
||||
<ul class="nav nav-tabs nav-stacked">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue