Created
August 28, 2012 22:24
-
-
Save clubdesarrolladores/3504882 to your computer and use it in GitHub Desktop.
Template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% extends 'WebFactoryPurchaseBundle::layout.html.twig' %} | |
{% block content %} | |
<div class="contenttitle radiusbottom0"> | |
<h2 class="table"><span>{{ 'Expense list'|trans }}</span></h2> | |
</div><!--contenttitle--> | |
{{ grid(grid, _self) }} | |
{% block grid_column_type_filter %} | |
{{ column.id }} | |
{% endblock grid_column_type_filter %} | |
<br clear="all" /> | |
<ul class="buttonlist"> | |
<li> | |
<a class="stdbtn" href="{{ path('expense_new') }}">{{ 'Create a new entry'|trans }}</a> | |
</li> | |
</ul> | |
{% endblock content %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment