Add links activity posts in calendars
This commit is contained in:
parent
a7dbaea298
commit
86cafa7e94
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ filter: erb
|
|||
<% end %>
|
||||
<% if e[:url] %>
|
||||
<a href="<%= e[:url] %>"><%= e[:title] %></a>
|
||||
<% elsif e.identifier.start_with?("/events") %>
|
||||
<% elsif e.identifier.start_with?("/events") or e.identifier.start_with?("/activities") %>
|
||||
<a href="<%= e.path %>"><%= e[:title] %></a>
|
||||
<% else %>
|
||||
<%= e[:title] %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue