Display bulletin files and links

This commit is contained in:
manson 2014-05-05 15:52:05 +08:00
parent c94c4fc928
commit 757eb4e527
1 changed files with 5 additions and 2 deletions

View File

@ -17,7 +17,10 @@
<p class="pic"><img src="{{image}}" alt=""></p>
<p>{{body}}</p>
</section>
<div class="post-related" data-repeat="">
<a href="{{link_to_file}}">{{file}}</a>
<div class="post-related" data-repeat-content="bulletin_files">
<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>
</article>