Appease the dog overlords
This commit is contained in:
parent
2cb98fc2e0
commit
b0f5294243
|
@ -49,7 +49,7 @@
|
|||
%a.btn.btn-primary{ href: "#", data: { inbox_sharing_target: "tumblr" }, target: "_blank" }
|
||||
%i.fab.fa-tumblr.fa-fw
|
||||
Tumblr
|
||||
- unless current_user.sharing_custom_url.blank?
|
||||
- if current_user.sharing_custom_url.present?
|
||||
%a.btn.btn-primary{ href: current_user.sharing_custom_url, data: { inbox_sharing_target: "custom" }, target: "_blank" }
|
||||
= current_user.display_sharing_custom_url
|
||||
%p.text-muted= t(".sharing.hint_html", settings: link_to(t(".sharing.settings"), settings_sharing_path))
|
||||
|
|
|
@ -91,7 +91,7 @@ describe UseCase::DataExport::User, :data_export do
|
|||
privacy_noindex: false,
|
||||
sharing_enabled: false,
|
||||
sharing_autoclose: false,
|
||||
sharing_custom_url: nil,
|
||||
sharing_custom_url: nil
|
||||
},
|
||||
profile: {
|
||||
display_name: "Fizzy Raccoon",
|
||||
|
|
Loading…
Reference in New Issue