only icons
This commit is contained in:
parent
6792bdb079
commit
10078cdf1b
@ -24,11 +24,11 @@
|
|||||||
<td>{{ beer.name }}</td>
|
<td>{{ beer.name }}</td>
|
||||||
<td>{{ beer.alcool }}</td>
|
<td>{{ beer.alcool }}</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="{{ path('beer_show', {'id': beer.id}) }}" class="btn btn-secondary" role="button">
|
<a href="{{ path('beer_show', {'id': beer.id}) }}" class="btn btn-secondary" role="button" title="{{'show'}}">
|
||||||
<i class="fa fa-eye fa-fw"></i> {{'show'}}
|
<i class="fa fa-eye fa-fw"></i>
|
||||||
</a>
|
</a>
|
||||||
<a href="{{ path('beer_edit', {'id': beer.id}) }}" class="btn btn-warning" role="button">
|
<a href="{{ path('beer_edit', {'id': beer.id}) }}" class="btn btn-warning" role="button" title="{{'edit'}}">
|
||||||
<i class="fa fa-pencil fa-fw"></i> {{'edit'}}
|
<i class="fa fa-pencil fa-fw"></i>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user