mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-24 05:38:52 +00:00
Make Connected Apps links available in Transifex
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
%em= t(".need_to_be_manager") unless managed_by_user?(enterprise)
|
||||
- else
|
||||
= button_to t(".disable"), admin_enterprise_connected_app_path(connected_app.id, enterprise_id: enterprise.id), method: :delete
|
||||
|
||||
%hr
|
||||
.connected-app__description
|
||||
= t ".description_html"
|
||||
%p= t ".description"
|
||||
%b= link_to( t(".link_label_html"), "#{t(".link_url")}", target: "_blank")
|
||||
|
||||
@@ -27,4 +27,5 @@
|
||||
|
||||
%hr
|
||||
.connected-app__description
|
||||
= t ".description_html"
|
||||
%p= t ".description"
|
||||
%b= link_to( t(".link_label_html"), "#{t(".link_url")}", target: "_blank")
|
||||
|
||||
@@ -25,6 +25,8 @@
|
||||
.connected-app__vine-content
|
||||
.vine-disable
|
||||
= button_to t(".disable"), admin_enterprise_connected_app_path(connected_app.id, enterprise_id: enterprise.id), method: :delete
|
||||
|
||||
%hr
|
||||
.connected-app__description
|
||||
= t ".description_html"
|
||||
%p= t ".description"
|
||||
%b= link_to( t(".link_label_html"), "#{t(".link_url")}", target: "_blank")
|
||||
|
||||
Reference in New Issue
Block a user