Skip to content

Commit

Permalink
TTK-27414: Hide back button
Browse files Browse the repository at this point in the history
  • Loading branch information
albacodina committed Dec 11, 2024
1 parent 765b4ac commit e952417
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<a href="{{ path('pumukitnewadmin_mms_index', {'series': series.id}) }}" class="btn btn-default btn-raised">
<a href="{{ path('pumukitnewadmin_mms_index', {'series': series.id}) }}" class="btn btn-default btn-raised" style="visibility: {{ show_profiles ? 'visible' : 'hidden' }}">
&laquo; {{ "Back"|trans }}
</a>

0 comments on commit e952417

Please sign in to comment.