forked from saurabh/orbit4-5
Display bulletin files and links
This commit is contained in:
parent
c94c4fc928
commit
757eb4e527
|
@ -17,7 +17,10 @@
|
||||||
<p class="pic"><img src="{{image}}" alt=""></p>
|
<p class="pic"><img src="{{image}}" alt=""></p>
|
||||||
<p>{{body}}</p>
|
<p>{{body}}</p>
|
||||||
</section>
|
</section>
|
||||||
<div class="post-related" data-repeat="">
|
<div class="post-related" data-repeat-content="bulletin_files">
|
||||||
<a href="{{link_to_file}}">{{file}}</a>
|
<a href="{{file_url}}">{{file_title}}</a><br/>
|
||||||
|
</div>
|
||||||
|
<div class="post-related" data-repeat-content="bulletin_links">
|
||||||
|
<a href="{{link_url}}" target="_blank">{{link_title}}</a><br/>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
Loading…
Reference in New Issue