Skip to content

Commit

Permalink
close #2066 add deploy badge version to admin dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
LengTech11 committed Nov 19, 2024
1 parent d0b0669 commit 0660f37
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 0660f37

Please sign in to comment.