Skip to content

Commit

Permalink
remove target_blank
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed Jul 15, 2024
1 parent 02f2384 commit de4278a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
<% end %>

<% if component.manifest.admin_engine %>
<%= icon_link_to "share-line", share_tokens_path(component), t("actions.share", scope: "decidim.admin"), target: :blank, class: "action-icon--share" %>
<%= icon_link_to "share-line", share_tokens_path(component), t("actions.share", scope: "decidim.admin"), class: "action-icon--share" %>
<% else %>
<span class="action-space icon"></span>
<% end %>

<% if allowed_to? :update, :component, component: component %>
<%= icon_link_to "settings-4-line", url_for(action: :edit, id: component, controller: "components"), t("actions.configure", scope: "decidim.admin"), class: "action-icon--configure" %>
<% else %>
Expand Down

0 comments on commit de4278a

Please sign in to comment.