Skip to content

Commit

Permalink
close #2066 add deploy badge version to admin dashboard (#2067)
Browse files Browse the repository at this point in the history
  • Loading branch information
LengTech11 authored Nov 21, 2024
1 parent fe5aca0 commit ca64601
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!-- insert_after "erb[loud]:contains('Spree.version')" -->

<p class="spree-version ml-3">
<span class="badge badge-pill badge-primary">
<%= "#{ENV['TAG_DEPLOY']} - #{ENV['TOUCH_REDEPLOY']}" %>
</span>
</p>

0 comments on commit ca64601

Please sign in to comment.