Automatically link to flyer/poster
This commit is contained in:
parent
9fbccff825
commit
02090eb134
2 changed files with 9 additions and 3 deletions
|
|
@ -61,6 +61,14 @@
|
|||
</ul>
|
||||
</li>
|
||||
<% end %>
|
||||
<% if @items["#{@item.identifier}aushang/"] || @items["#{@item.identifier}flyer/"] %>
|
||||
<li class="icon-bullhorn commaseparated" title="Aushang, Flyer, etc.">
|
||||
<ul>
|
||||
<% if @items["#{@item.identifier}aushang/"] %><li><a href="<%= @items["#{@item.identifier}aushang/"].path %>">Aushang (PDF)</a></li><%end%>
|
||||
<% if @items["#{@item.identifier}flyer/"] %><li><a href="<%= @items["#{@item.identifier}flyer/"].path %>">Flyer (PDF)</a></li><%end%>
|
||||
</ul>
|
||||
</li>
|
||||
<% end %>
|
||||
</ul>
|
||||
</header>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue