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