Better view for accounts and I fixed a html error.

This commit is contained in:
James Cole
2016-12-12 20:02:33 +01:00
parent 14f9da544a
commit 7e0ef6d43e
7 changed files with 60 additions and 160 deletions

View File

@@ -16,8 +16,8 @@
</div>
</td>
<td data-value="{{ tag.tag }}">
<a href="{{ route('tags.show',tag.id) }}">{{ tag.tag }}</a><
/td>
<a href="{{ route('tags.show',tag.id) }}">{{ tag.tag }}</a>
</td>
<td>{{ ('tag'~tag.tagMode)|_ }}</td>
</tr>
{% endfor %}