Skip to content

Commit

Permalink
Rename report panel button
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Feb 23, 2024
1 parent a6ee00a commit dc695b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radis/reports/templates/reports/_report_buttons_panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{% if not no_view_button %}
<a href="{% url 'report_detail' report.id %}"
class="btn btn-secondary btn-sm">
{% bootstrap_icon "arrow-right-short" %}
View
{% bootstrap_icon "box-arrow-in-down-right" %}
Details
</a>
{% endif %}
{% if not no_preview_button %}
Expand Down

0 comments on commit dc695b5

Please sign in to comment.