Fix "Fedibird" labels mixed in page title
This commit is contained in:
parent
2ba7bd61e9
commit
fb79acdecb
15 changed files with 17 additions and 20 deletions
|
@ -1,6 +1,5 @@
|
|||
- content_for :page_title do
|
||||
= t('account_subscribes.edit.title')
|
||||
%span.fedibird_features Fedibird
|
||||
|
||||
= simple_form_for @form_account_subscribing, url: settings_account_subscribe_path(@form_account_subscribing.id), method: :put do |f|
|
||||
= render 'shared/error_messages', object: @form_account_subscribing
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
- content_for :page_title do
|
||||
= t('settings.account_subscribes')
|
||||
%span.fedibird_features Fedibird
|
||||
|
||||
%p= t('account_subscribes.hint_html')
|
||||
%p
|
||||
= t('account_subscribes.hint_html')
|
||||
%span.fedibird_features Fedibird
|
||||
|
||||
= link_to t('account_subscribes.new.title'), new_settings_account_subscribe_path, class: 'button'
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
- content_for :page_title do
|
||||
= t('account_subscribes.new.title')
|
||||
%span.fedibird_features Fedibird
|
||||
|
||||
= simple_form_for @form_account_subscribing, url: settings_account_subscribes_path do |f|
|
||||
= render 'shared/error_messages', object: @form_account_subscribing
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
- content_for :page_title do
|
||||
= t('domain_subscribes.edit.title')
|
||||
%span.fedibird_features Fedibird
|
||||
|
||||
= simple_form_for @domain_subscribe, url: settings_domain_subscribe_path(@domain_subscribe), method: :put do |f|
|
||||
= render 'shared/error_messages', object: @domain_subscribe
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
- content_for :page_title do
|
||||
= t('settings.domain_subscribes')
|
||||
%span.fedibird_features Fedibird
|
||||
|
||||
%p= t('domain_subscribes.hint_html')
|
||||
%p
|
||||
= t('domain_subscribes.hint_html')
|
||||
%span.fedibird_features Fedibird
|
||||
|
||||
= link_to t('domain_subscribes.new.title'), new_settings_domain_subscribe_path, class: 'button'
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
- content_for :page_title do
|
||||
= t('domain_subscribes.new.title')
|
||||
%span.fedibird_features Fedibird
|
||||
|
||||
= simple_form_for @domain_subscribe, url: settings_domain_subscribes_path do |f|
|
||||
= render 'shared/error_messages', object: @domain_subscribe
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
- content_for :page_title do
|
||||
= t('settings.favourite_domains')
|
||||
%span.fedibird_features Fedibird
|
||||
|
||||
%p= t('favourite_domains.hint_html')
|
||||
%p
|
||||
= t('favourite_domains.hint_html')
|
||||
%span.fedibird_features Fedibird
|
||||
|
||||
%hr.spacer/
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
- content_for :page_title do
|
||||
= t('settings.favourite_tags')
|
||||
%span.fedibird_features Fedibird
|
||||
|
||||
%p= t('favourite_tags.hint_html')
|
||||
%p
|
||||
= t('favourite_tags.hint_html')
|
||||
%span.fedibird_features Fedibird
|
||||
|
||||
%hr.spacer/
|
||||
|
||||
|
|
|
@ -2,10 +2,11 @@
|
|||
= f.input :name, wrapper: :with_label
|
||||
|
||||
.fields-group
|
||||
= f.input :media_only, as: :boolean, wrapper: :with_label
|
||||
= f.input :media_only, as: :boolean, wrapper: :with_label, fedibird_features: true
|
||||
|
||||
.fields-group
|
||||
= f.label :list_id
|
||||
%span.fedibird_features Fedibird
|
||||
= f.collection_select :list_id, home_list_new(@lists), :first, :last
|
||||
|
||||
%hr.spacer/
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
- content_for :page_title do
|
||||
= t('follow_tags.edit.title')
|
||||
%span.fedibird_features Fedibird
|
||||
|
||||
= simple_form_for @follow_tag, url: settings_follow_tag_path(@follow_tag), method: :put do |f|
|
||||
= render 'shared/error_messages', object: @follow_tag
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
- content_for :page_title do
|
||||
= t('settings.follow_tags')
|
||||
%span.fedibird_features Fedibird
|
||||
|
||||
%p= t('follow_tags.hint_html')
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
- content_for :page_title do
|
||||
= t('follow_tags.new.title')
|
||||
%span.fedibird_features Fedibird
|
||||
|
||||
= simple_form_for @follow_tag, url: settings_follow_tags_path do |f|
|
||||
= render 'shared/error_messages', object: @follow_tag
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
- content_for :page_title do
|
||||
= t('keyword_subscribes.edit.title')
|
||||
%span.fedibird_features Fedibird
|
||||
|
||||
= simple_form_for @keyword_subscribe, url: settings_keyword_subscribe_path(@keyword_subscribe), method: :put do |f|
|
||||
= render 'shared/error_messages', object: @keyword_subscribe
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
- content_for :page_title do
|
||||
= t('keyword_subscribes.index.title')
|
||||
%span.fedibird_features Fedibird
|
||||
|
||||
%p= t('keyword_subscribes.hint_html')
|
||||
%p
|
||||
= t('keyword_subscribes.hint_html')
|
||||
%span.fedibird_features Fedibird
|
||||
|
||||
= link_to t('keyword_subscribes.new.title'), new_settings_keyword_subscribe_path, class: 'button'
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
- content_for :page_title do
|
||||
= t('keyword_subscribes.new.title')
|
||||
%span.fedibird_features Fedibird
|
||||
|
||||
= simple_form_for @keyword_subscribe, url: settings_keyword_subscribes_path do |f|
|
||||
= render 'shared/error_messages', object: @keyword_subscribe
|
||||
|
|
Loading…
Reference in a new issue