start translate
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
<td>{{ species.vernacularName }}</td>
|
||||
<td>{{ species.region }}</td>
|
||||
<td>
|
||||
<a href="{{ path('app_species_show', {'id': species.id}) }}">show</a>
|
||||
<a href="{{ path('app_species_edit', {'id': species.id}) }}">edit</a>
|
||||
<a href="{{ path('app_species_show', {'id': species.id}) }}">Show</a>
|
||||
<a href="{{ path('app_species_edit', {'id': species.id}) }}">Edit</a>
|
||||
</td>
|
||||
</tr>
|
||||
{% else %}
|
||||
|
Reference in New Issue
Block a user