Skip to content

Commit

Permalink
Allow viewers to see build diff between store versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nid90 committed Mar 15, 2024
1 parent e01303a commit 427ec58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/components/v2/build_info_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
<% if previous_release.present? %>
<%= render V2::ModalComponent.new(title: "Changes since last submission",
subtitle: diff_between,
size: :xl_3) do |modal| %>
size: :xl_3,
authz: false) do |modal| %>
<% button = modal.with_button(scheme: :naked_icon, type: :action, size: :none) %>
<% button.with_icon("v2/diff.svg", size: :lg) %>
<% button.with_tooltip("Changes since last submission", placement: "top") %>
Expand Down

0 comments on commit 427ec58

Please sign in to comment.