spaces
This commit is contained in:
parent
5fb12c99fc
commit
875d2c6321
2 changed files with 3 additions and 9 deletions
|
@ -14,8 +14,6 @@
|
|||
|
||||
// border-top: 1px solid lighten(gray, 40%);
|
||||
|
||||
|
||||
|
||||
.image-holder {
|
||||
border-radius: 50%;
|
||||
padding: 10px;
|
||||
|
|
|
@ -14,15 +14,12 @@
|
|||
<%= event[:location] %>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
<%= event[:description] %>
|
||||
</div>
|
||||
|
||||
<div class="time">
|
||||
<%= event[:time] %>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<% if @main_event %>
|
||||
|
@ -30,12 +27,11 @@
|
|||
<p>
|
||||
<%= main_event[:title] %>
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<% sub_events(main_event).each do |sub_event| %>
|
||||
<li class="<%= "active" if sub_event[:title] == (event[:title])%>" >
|
||||
<%= sub_event[:title] %>
|
||||
</li>
|
||||
<li class="<%= "active" if sub_event[:title] == (event[:title])%>" >
|
||||
<%= sub_event[:title] %>
|
||||
</li>
|
||||
<% end %>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue