mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +02:00
Removed commented out invite link I had tried at the dashboard, users can drill into project itself from the dashboard now and send invites.
This commit is contained in:
parent
bad9c1052c
commit
3114124b70
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
||||||
<td class="project-actions">
|
<td class="project-actions">
|
||||||
<a class="edit" href="{{ url_for(".edit_project", project_id=project.id) }}" title="{{ _("edit") }}">{{ _('edit') }}</a>
|
<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="delete" href="{{ url_for(".delete_project", project_id=project.id) }}" title="{{ _("delete") }}">{{ _('delete') }}</a>
|
||||||
<!--<a class="btn btn-secondary invite" href="{{ url_for(".invite", project_id=project.id) }}" title="{{ _("invite") }}"><i class="icon icon-white paper-plane">{{ static_include("images/paper-plane.svg") | safe }}</i></a>-->
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue