Skip to content

Commit

Permalink
Disambiguate the recent activity sections (#717)
Browse files Browse the repository at this point in the history
* this tripped someone up recently when using Airlock (they were looking at the group and
  thought they were looking at the request)
  • Loading branch information
madwort authored Dec 12, 2024
1 parent 6148179 commit 24fa0f3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airlock/templates/activity.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% load airlock %}
{% load django_vite %}

{% #card title="Recent activity" class="mt-5" %}
{% #card title=title class="mt-5" %}
{% if activity %}
{% #datatable per_page="10" column_filter searchable sortable %}
<thead>
Expand Down
2 changes: 1 addition & 1 deletion airlock/templates/file_browser/request/filegroup.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
</div>
</div>
{% if not group.inline %}
{% include "activity.html" with activity=group.activity %}
{% include "activity.html" with activity=group.activity title="Recent activity for this group" %}
{% else %}
{% #card_footer no_container=False %}
{% #button variant="primary" class="action-button" small=True type="cancel" %}Close{% /button %}
Expand Down
2 changes: 1 addition & 1 deletion airlock/templates/file_browser/request/request.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@
{% /description_list %}
{% /card %}

{% include "activity.html" %}
{% include "activity.html" with title="Recent activity for this request"%}
Binary file modified docs/screenshots/login_form.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 24fa0f3

Please sign in to comment.