Fix typo
This commit is contained in:
parent
db598fbcbb
commit
d97e7fbfa3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<a href="<%= @event.path %>" class="tile event-tile is-child box backgroundimg highlighted"
|
||||
style="background-image: linear-gradient(to top right,rgba(255,255,255,0),rgba(0,0,0,.60)); background-color:<%= @event[:color] %>;">
|
||||
<% else %>
|
||||
<a href="<%= @event.path %>" class="tile event-tile sis-child box backgroundimg">
|
||||
<a href="<%= @event.path %>" class="tile event-tile is-child box backgroundimg">
|
||||
<% end %>
|
||||
<div class="content event-content">
|
||||
<div class="event-text">
|
||||
|
|
Loading…
Reference in a new issue