Skip to content
Snippets Groups Projects
Commit aba93998 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Added templates for list view.

parent 34bf3f2e
No related branches found
No related tags found
No related merge requests found
{block:page}
<li class="{active}">
<div class="title">{title}</div>
<div class="author">{author}</div>
<div class="icon view"></div>
<div class="icon edit"></div>
<div class="icon delete"></div>
</li>
{end}
\ No newline at end of file
<div id="list-view">
<ul id="header">
{block:}
<li class="{active}">
{title}
<div class="icon {icon}"></div>
</li>
{end}
</ul>
<ul id="list">
{list}
</ul>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment