aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/dashboard.html
diff options
context:
space:
mode:
Diffstat (limited to 'ihatemoney/templates/dashboard.html')
-rw-r--r--ihatemoney/templates/dashboard.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/templates/dashboard.html b/ihatemoney/templates/dashboard.html
index b77a0ba..d9c150c 100644
--- a/ihatemoney/templates/dashboard.html
+++ b/ihatemoney/templates/dashboard.html
@@ -16,7 +16,7 @@
<td class="project-actions">
<a class="edit" href="{{ url_for(".edit_project", project_id=project.id) }}" title="{{ _("edit") }}">{{ _('edit') }}</a>
<a class="delete" href="{{ url_for(".delete_project", project_id=project.id) }}" title="{{ _("delete") }}">{{ _('delete') }}</a>
- <a class="see" href="{{ url_for(".list_bills", project_id=project.id) }}" title="{{ _("see") }}">{{ _('see') }}</a>
+ <a class="show" href="{{ url_for(".list_bills", project_id=project.id) }}" title="{{ _("show") }}">{{ _('show') }}</a>
</td>
</tr>
{% endfor %}