Fix more haml-lint Rubocop (#24107)
This commit is contained in:
		
							parent
							
								
									0b8b0ef652
								
							
						
					
					
						commit
						65669d3c57
					
				| 
						 | 
					@ -1,26 +1,21 @@
 | 
				
			||||||
# This configuration was generated by
 | 
					# This configuration was generated by
 | 
				
			||||||
# `haml-lint --auto-gen-config`
 | 
					# `haml-lint --auto-gen-config`
 | 
				
			||||||
# on 2023-02-11 02:16:03 -0500 using Haml-Lint version 0.45.0.
 | 
					# on 2023-03-15 00:55:01 -0400 using Haml-Lint version 0.45.0.
 | 
				
			||||||
# The point is for the user to remove these configuration records
 | 
					# The point is for the user to remove these configuration records
 | 
				
			||||||
# one by one as the lints are removed from the code base.
 | 
					# one by one as the lints are removed from the code base.
 | 
				
			||||||
# Note that changes in the inspected code, or installation of new
 | 
					# Note that changes in the inspected code, or installation of new
 | 
				
			||||||
# versions of Haml-Lint, may require this file to be generated again.
 | 
					# versions of Haml-Lint, may require this file to be generated again.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
linters:
 | 
					linters:
 | 
				
			||||||
  # Offense count: 76
 | 
					  # Offense count: 63
 | 
				
			||||||
  RuboCop:
 | 
					  RuboCop:
 | 
				
			||||||
    exclude:
 | 
					    exclude:
 | 
				
			||||||
      - 'app/views/accounts/_og.html.haml'
 | 
					      - 'app/views/accounts/_og.html.haml'
 | 
				
			||||||
      - 'app/views/admin/account_actions/new.html.haml'
 | 
					 | 
				
			||||||
      - 'app/views/admin/account_warnings/_account_warning.html.haml'
 | 
					      - 'app/views/admin/account_warnings/_account_warning.html.haml'
 | 
				
			||||||
      - 'app/views/admin/accounts/index.html.haml'
 | 
					      - 'app/views/admin/accounts/index.html.haml'
 | 
				
			||||||
      - 'app/views/admin/accounts/show.html.haml'
 | 
					      - 'app/views/admin/accounts/show.html.haml'
 | 
				
			||||||
      - 'app/views/admin/action_logs/index.html.haml'
 | 
					 | 
				
			||||||
      - 'app/views/admin/announcements/edit.html.haml'
 | 
					      - 'app/views/admin/announcements/edit.html.haml'
 | 
				
			||||||
      - 'app/views/admin/announcements/new.html.haml'
 | 
					      - 'app/views/admin/announcements/new.html.haml'
 | 
				
			||||||
      - 'app/views/admin/change_emails/show.html.haml'
 | 
					 | 
				
			||||||
      - 'app/views/admin/custom_emojis/index.html.haml'
 | 
					 | 
				
			||||||
      - 'app/views/admin/dashboard/index.html.haml'
 | 
					 | 
				
			||||||
      - 'app/views/admin/disputes/appeals/_appeal.html.haml'
 | 
					      - 'app/views/admin/disputes/appeals/_appeal.html.haml'
 | 
				
			||||||
      - 'app/views/admin/domain_blocks/edit.html.haml'
 | 
					      - 'app/views/admin/domain_blocks/edit.html.haml'
 | 
				
			||||||
      - 'app/views/admin/domain_blocks/new.html.haml'
 | 
					      - 'app/views/admin/domain_blocks/new.html.haml'
 | 
				
			||||||
| 
						 | 
					@ -33,40 +28,24 @@ linters:
 | 
				
			||||||
      - 'app/views/admin/settings/appearance/show.html.haml'
 | 
					      - 'app/views/admin/settings/appearance/show.html.haml'
 | 
				
			||||||
      - 'app/views/admin/settings/registrations/show.html.haml'
 | 
					      - 'app/views/admin/settings/registrations/show.html.haml'
 | 
				
			||||||
      - 'app/views/admin/statuses/show.html.haml'
 | 
					      - 'app/views/admin/statuses/show.html.haml'
 | 
				
			||||||
      - 'app/views/application/_card.html.haml'
 | 
					 | 
				
			||||||
      - 'app/views/application/_sidebar.html.haml'
 | 
					 | 
				
			||||||
      - 'app/views/auth/registrations/_sessions.html.haml'
 | 
					 | 
				
			||||||
      - 'app/views/auth/registrations/new.html.haml'
 | 
					      - 'app/views/auth/registrations/new.html.haml'
 | 
				
			||||||
      - 'app/views/auth/sessions/new.html.haml'
 | 
					 | 
				
			||||||
      - 'app/views/disputes/strikes/show.html.haml'
 | 
					      - 'app/views/disputes/strikes/show.html.haml'
 | 
				
			||||||
      - 'app/views/filters/_filter_fields.html.haml'
 | 
					      - 'app/views/filters/_filter_fields.html.haml'
 | 
				
			||||||
      - 'app/views/invites/_form.html.haml'
 | 
					      - 'app/views/invites/_form.html.haml'
 | 
				
			||||||
      - 'app/views/layouts/application.html.haml'
 | 
					      - 'app/views/layouts/application.html.haml'
 | 
				
			||||||
      - 'app/views/layouts/error.html.haml'
 | 
					      - 'app/views/layouts/error.html.haml'
 | 
				
			||||||
      - 'app/views/layouts/mailer.html.haml'
 | 
					 | 
				
			||||||
      - 'app/views/notification_mailer/_status.html.haml'
 | 
					      - 'app/views/notification_mailer/_status.html.haml'
 | 
				
			||||||
      - 'app/views/notification_mailer/favourite.html.haml'
 | 
					 | 
				
			||||||
      - 'app/views/notification_mailer/follow_request.html.haml'
 | 
					 | 
				
			||||||
      - 'app/views/oauth/authorizations/new.html.haml'
 | 
					 | 
				
			||||||
      - 'app/views/oauth/authorized_applications/index.html.haml'
 | 
					 | 
				
			||||||
      - 'app/views/settings/applications/_fields.html.haml'
 | 
					      - 'app/views/settings/applications/_fields.html.haml'
 | 
				
			||||||
      - 'app/views/settings/imports/show.html.haml'
 | 
					      - 'app/views/settings/imports/show.html.haml'
 | 
				
			||||||
      - 'app/views/settings/login_activities/_login_activity.html.haml'
 | 
					 | 
				
			||||||
      - 'app/views/settings/preferences/appearance/show.html.haml'
 | 
					      - 'app/views/settings/preferences/appearance/show.html.haml'
 | 
				
			||||||
      - 'app/views/settings/preferences/other/show.html.haml'
 | 
					      - 'app/views/settings/preferences/other/show.html.haml'
 | 
				
			||||||
      - 'app/views/settings/preferences/other/show.html.haml'
 | 
					 | 
				
			||||||
      - 'app/views/statuses_cleanup/show.html.haml'
 | 
					 | 
				
			||||||
      - 'app/views/statuses/_detailed_status.html.haml'
 | 
					      - 'app/views/statuses/_detailed_status.html.haml'
 | 
				
			||||||
      - 'app/views/statuses/_og_image.html.haml'
 | 
					 | 
				
			||||||
      - 'app/views/statuses/_poll.html.haml'
 | 
					      - 'app/views/statuses/_poll.html.haml'
 | 
				
			||||||
      - 'app/views/statuses/_status.html.haml'
 | 
					 | 
				
			||||||
      - 'app/views/statuses/show.html.haml'
 | 
					      - 'app/views/statuses/show.html.haml'
 | 
				
			||||||
      - 'app/views/user_mailer/suspicious_sign_in.html.haml'
 | 
					      - 'app/views/statuses_cleanup/show.html.haml'
 | 
				
			||||||
      - 'app/views/user_mailer/warning.html.haml'
 | 
					      - 'app/views/user_mailer/warning.html.haml'
 | 
				
			||||||
      - 'app/views/user_mailer/webauthn_credential_added.html.haml'
 | 
					 | 
				
			||||||
      - 'app/views/user_mailer/webauthn_credential_deleted.html.haml'
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Offense count: 918
 | 
					  # Offense count: 913
 | 
				
			||||||
  LineLength:
 | 
					  LineLength:
 | 
				
			||||||
    enabled: false
 | 
					    enabled: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -97,13 +76,12 @@ linters:
 | 
				
			||||||
      - 'app/views/admin/reports/show.html.haml'
 | 
					      - 'app/views/admin/reports/show.html.haml'
 | 
				
			||||||
      - 'app/views/disputes/strikes/show.html.haml'
 | 
					      - 'app/views/disputes/strikes/show.html.haml'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Offense count: 43
 | 
					  # Offense count: 41
 | 
				
			||||||
  InstanceVariables:
 | 
					  InstanceVariables:
 | 
				
			||||||
    exclude:
 | 
					    exclude:
 | 
				
			||||||
      - 'app/views/admin/reports/_actions.html.haml'
 | 
					      - 'app/views/admin/reports/_actions.html.haml'
 | 
				
			||||||
      - 'app/views/admin/roles/_form.html.haml'
 | 
					      - 'app/views/admin/roles/_form.html.haml'
 | 
				
			||||||
      - 'app/views/admin/webhooks/_form.html.haml'
 | 
					      - 'app/views/admin/webhooks/_form.html.haml'
 | 
				
			||||||
      - 'app/views/application/_sidebar.html.haml'
 | 
					 | 
				
			||||||
      - 'app/views/auth/registrations/_sessions.html.haml'
 | 
					      - 'app/views/auth/registrations/_sessions.html.haml'
 | 
				
			||||||
      - 'app/views/auth/registrations/_status.html.haml'
 | 
					      - 'app/views/auth/registrations/_status.html.haml'
 | 
				
			||||||
      - 'app/views/auth/sessions/two_factor/_otp_authentication_form.html.haml'
 | 
					      - 'app/views/auth/sessions/two_factor/_otp_authentication_form.html.haml'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,7 +5,7 @@
 | 
				
			||||||
  = f.input :report_id, as: :hidden
 | 
					  = f.input :report_id, as: :hidden
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .fields-group
 | 
					  .fields-group
 | 
				
			||||||
    = f.input :type, as: :radio_buttons, collection: Admin::AccountAction.types_for_account(@account), include_blank: false, wrapper: :with_block_label, label_method: ->(type) { safe_join([I18n.t("simple_form.labels.admin_account_action.types.#{type}"), content_tag(:span, I18n.t("simple_form.hints.admin_account_action.types.#{type}"), class: 'hint')])}, hint: t('simple_form.hints.admin_account_action.type_html', acct: @account.pretty_acct)
 | 
					    = f.input :type, as: :radio_buttons, collection: Admin::AccountAction.types_for_account(@account), include_blank: false, wrapper: :with_block_label, label_method: ->(type) { safe_join([I18n.t("simple_form.labels.admin_account_action.types.#{type}"), content_tag(:span, I18n.t("simple_form.hints.admin_account_action.types.#{type}"), class: 'hint')]) }, hint: t('simple_form.hints.admin_account_action.type_html', acct: @account.pretty_acct)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - if @account.local?
 | 
					  - if @account.local?
 | 
				
			||||||
    %hr.spacer/
 | 
					    %hr.spacer/
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -187,7 +187,7 @@
 | 
				
			||||||
            %th= t('admin.accounts.shared_inbox_url')
 | 
					            %th= t('admin.accounts.shared_inbox_url')
 | 
				
			||||||
            %td
 | 
					            %td
 | 
				
			||||||
              = @account.shared_inbox_url
 | 
					              = @account.shared_inbox_url
 | 
				
			||||||
              = fa_icon DeliveryFailureTracker.available?(@account.shared_inbox_url) ? 'check': 'times'
 | 
					              = fa_icon DeliveryFailureTracker.available?(@account.shared_inbox_url) ? 'check' : 'times'
 | 
				
			||||||
            %td
 | 
					            %td
 | 
				
			||||||
              - if @domain_block.nil?
 | 
					              - if @domain_block.nil?
 | 
				
			||||||
                = table_link_to 'ban', t('admin.domain_blocks.add_new'), new_admin_domain_block_path(_domain: @account.domain)
 | 
					                = table_link_to 'ban', t('admin.domain_blocks.add_new'), new_admin_domain_block_path(_domain: @account.domain)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -16,7 +16,7 @@
 | 
				
			||||||
    .filter-subset.filter-subset--with-select
 | 
					    .filter-subset.filter-subset--with-select
 | 
				
			||||||
      %strong= t('admin.action_logs.filter_by_action')
 | 
					      %strong= t('admin.action_logs.filter_by_action')
 | 
				
			||||||
      .input.select.optional
 | 
					      .input.select.optional
 | 
				
			||||||
        = select_tag :action_type, options_for_select(Admin::ActionLogFilter::ACTION_TYPE_MAP.keys.map { |key| [I18n.t("admin.action_logs.action_types.#{key}"), key]}, params[:action_type]), prompt: I18n.t('admin.accounts.moderation.all')
 | 
					        = select_tag :action_type, options_for_select(Admin::ActionLogFilter::ACTION_TYPE_MAP.keys.map { |key| [I18n.t("admin.action_logs.action_types.#{key}"), key] }, params[:action_type]), prompt: I18n.t('admin.accounts.moderation.all')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- if @action_logs.empty?
 | 
					- if @action_logs.empty?
 | 
				
			||||||
  .muted-hint.center-text
 | 
					  .muted-hint.center-text
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -9,4 +9,4 @@
 | 
				
			||||||
    = f.input :unconfirmed_email, wrapper: :with_label, label: t('admin.accounts.change_email.new_email')
 | 
					    = f.input :unconfirmed_email, wrapper: :with_label, label: t('admin.accounts.change_email.new_email')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .actions
 | 
					  .actions
 | 
				
			||||||
    = f.button :submit, class: "button", value: t('admin.accounts.change_email.submit')
 | 
					    = f.button :submit, class: 'button', value: t('admin.accounts.change_email.submit')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -15,12 +15,12 @@
 | 
				
			||||||
      %li= filter_link_to t('admin.accounts.location.all'), local: nil, remote: nil
 | 
					      %li= filter_link_to t('admin.accounts.location.all'), local: nil, remote: nil
 | 
				
			||||||
      %li
 | 
					      %li
 | 
				
			||||||
        - if selected? local: '1', remote: nil
 | 
					        - if selected? local: '1', remote: nil
 | 
				
			||||||
          = filter_link_to t('admin.accounts.location.local'), {local: nil, remote: nil}, {local: '1', remote: nil}
 | 
					          = filter_link_to t('admin.accounts.location.local'), { local: nil, remote: nil }, { local: '1', remote: nil }
 | 
				
			||||||
        - else
 | 
					        - else
 | 
				
			||||||
          = filter_link_to t('admin.accounts.location.local'), local: '1', remote: nil
 | 
					          = filter_link_to t('admin.accounts.location.local'), local: '1', remote: nil
 | 
				
			||||||
      %li
 | 
					      %li
 | 
				
			||||||
        - if selected? remote: '1', local: nil
 | 
					        - if selected? remote: '1', local: nil
 | 
				
			||||||
          = filter_link_to t('admin.accounts.location.remote'), {remote: nil, local: nil}, {remote: '1', local: nil}
 | 
					          = filter_link_to t('admin.accounts.location.remote'), { remote: nil, local: nil }, { remote: '1', local: nil }
 | 
				
			||||||
        - else
 | 
					        - else
 | 
				
			||||||
          = filter_link_to t('admin.accounts.location.remote'), remote: '1', local: nil
 | 
					          = filter_link_to t('admin.accounts.location.remote'), remote: '1', local: nil
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -13,4 +13,4 @@
 | 
				
			||||||
          %strong.emojify.p-name= display_name(account, custom_emojify: true)
 | 
					          %strong.emojify.p-name= display_name(account, custom_emojify: true)
 | 
				
			||||||
        %span
 | 
					        %span
 | 
				
			||||||
          = acct(account)
 | 
					          = acct(account)
 | 
				
			||||||
          = fa_icon('lock', { data: ({hidden: true} unless account.locked?)})
 | 
					          = fa_icon('lock', { data: ({ hidden: true } unless account.locked?) })
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -20,7 +20,7 @@
 | 
				
			||||||
            %span{ title: session.user_agent }<
 | 
					            %span{ title: session.user_agent }<
 | 
				
			||||||
              = fa_icon "#{session_device_icon(session)} fw", 'aria-label': session_device_icon(session)
 | 
					              = fa_icon "#{session_device_icon(session)} fw", 'aria-label': session_device_icon(session)
 | 
				
			||||||
              = ' '
 | 
					              = ' '
 | 
				
			||||||
              = t 'sessions.description', browser: t("sessions.browsers.#{session.browser}", default: "#{session.browser}"), platform: t("sessions.platforms.#{session.platform}", default: "#{session.platform}")
 | 
					              = t 'sessions.description', browser: t("sessions.browsers.#{session.browser}", default: session.browser.to_s), platform: t("sessions.platforms.#{session.platform}", default: session.platform.to_s)
 | 
				
			||||||
          %td
 | 
					          %td
 | 
				
			||||||
            %samp= session.ip
 | 
					            %samp= session.ip
 | 
				
			||||||
          %td
 | 
					          %td
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -19,7 +19,7 @@
 | 
				
			||||||
    .actions
 | 
					    .actions
 | 
				
			||||||
      = f.button :button, t('auth.login'), type: :submit
 | 
					      = f.button :button, t('auth.login'), type: :submit
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- if devise_mapping.omniauthable? and resource_class.omniauth_providers.any?
 | 
					- if devise_mapping.omniauthable? && resource_class.omniauth_providers.any?
 | 
				
			||||||
  .simple_form.alternative-login
 | 
					  .simple_form.alternative-login
 | 
				
			||||||
    %h4= omniauth_only? ? t('auth.log_in_with') : t('auth.or_log_in_with')
 | 
					    %h4= omniauth_only? ? t('auth.log_in_with') : t('auth.or_log_in_with')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -35,7 +35,7 @@
 | 
				
			||||||
                %tbody
 | 
					                %tbody
 | 
				
			||||||
                  %tr
 | 
					                  %tr
 | 
				
			||||||
                    %td.content-cell.content-end
 | 
					                    %td.content-cell.content-end
 | 
				
			||||||
                      != "  "
 | 
					                      != '  '
 | 
				
			||||||
                  %tr
 | 
					                  %tr
 | 
				
			||||||
                    %td.blank-cell.footer
 | 
					                    %td.blank-cell.footer
 | 
				
			||||||
                      .email-row
 | 
					                      .email-row
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -20,7 +20,7 @@
 | 
				
			||||||
                                %tbody
 | 
					                                %tbody
 | 
				
			||||||
                                  %tr
 | 
					                                  %tr
 | 
				
			||||||
                                    %td{ align: 'left', width: 48 }
 | 
					                                    %td{ align: 'left', width: 48 }
 | 
				
			||||||
                                      = image_tag full_asset_url(status.account.avatar.url), alt:''
 | 
					                                      = image_tag full_asset_url(status.account.avatar.url), alt: ''
 | 
				
			||||||
                                    %td{ align: 'left' }
 | 
					                                    %td{ align: 'left' }
 | 
				
			||||||
                                      %bdi= display_name(status.account)
 | 
					                                      %bdi= display_name(status.account)
 | 
				
			||||||
                                      = "@#{status.account.pretty_acct}"
 | 
					                                      = "@#{status.account.pretty_acct}"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -17,7 +17,7 @@
 | 
				
			||||||
                                %tbody
 | 
					                                %tbody
 | 
				
			||||||
                                  %tr
 | 
					                                  %tr
 | 
				
			||||||
                                    %td
 | 
					                                    %td
 | 
				
			||||||
                                      = image_tag full_pack_url('media/images/mailer/icon_grade.png'), alt:''
 | 
					                                      = image_tag full_pack_url('media/images/mailer/icon_grade.png'), alt: ''
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                              %h1= t 'notification_mailer.favourite.title'
 | 
					                              %h1= t 'notification_mailer.favourite.title'
 | 
				
			||||||
                              %p.lead= t('notification_mailer.favourite.body', name: @account.pretty_acct)
 | 
					                              %p.lead= t('notification_mailer.favourite.body', name: @account.pretty_acct)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -39,5 +39,5 @@
 | 
				
			||||||
                            %tbody
 | 
					                            %tbody
 | 
				
			||||||
                              %tr
 | 
					                              %tr
 | 
				
			||||||
                                %td.button-primary
 | 
					                                %td.button-primary
 | 
				
			||||||
                                  = link_to web_url("follow_requests") do
 | 
					                                  = link_to web_url('follow_requests') do
 | 
				
			||||||
                                    %span= t 'notification_mailer.follow_request.action'
 | 
					                                    %span= t 'notification_mailer.follow_request.action'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
- method_str = content_tag(:span, login_activity.omniauth? ? t(login_activity.provider, scope: 'auth.providers') : t(login_activity.authentication_method, scope: 'login_activities.authentication_methods'), class: 'target')
 | 
					- method_str = content_tag(:span, login_activity.omniauth? ? t(login_activity.provider, scope: 'auth.providers') : t(login_activity.authentication_method, scope: 'login_activities.authentication_methods'), class: 'target')
 | 
				
			||||||
- ip_str = content_tag(:span, login_activity.ip, class: 'target')
 | 
					- ip_str = content_tag(:span, login_activity.ip, class: 'target')
 | 
				
			||||||
- browser_str = content_tag(:span, t('sessions.description', browser: t("sessions.browsers.#{login_activity.browser}", default: "#{login_activity.browser}"), platform: t("sessions.platforms.#{login_activity.platform}", default: "#{login_activity.platform}")), class: 'target', title: login_activity.user_agent)
 | 
					- browser_str = content_tag(:span, t('sessions.description', browser: t("sessions.browsers.#{login_activity.browser}", default: login_activity.browser.to_s), platform: t("sessions.platforms.#{login_activity.platform}", default: login_activity.platform.to_)), class: 'target', title: login_activity.user_agent)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.log-entry
 | 
					.log-entry
 | 
				
			||||||
  .log-entry__header
 | 
					  .log-entry__header
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -13,7 +13,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - unless I18n.locale == :en
 | 
					  - unless I18n.locale == :en
 | 
				
			||||||
    .flash-message.translation-prompt
 | 
					    .flash-message.translation-prompt
 | 
				
			||||||
      #{t 'appearance.localization.body'} #{content_tag(:a, t('appearance.localization.guide_link_text'), href: t('appearance.localization.guide_link'), target: "_blank", rel: "noopener")}
 | 
					      #{t 'appearance.localization.body'} #{content_tag(:a, t('appearance.localization.guide_link_text'), href: t('appearance.localization.guide_link'), target: '_blank', rel: 'noopener')}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  %h4= t 'appearance.advanced_web_interface'
 | 
					  %h4= t 'appearance.advanced_web_interface'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -53,7 +53,7 @@
 | 
				
			||||||
  %h4= t 'appearance.sensitive_content'
 | 
					  %h4= t 'appearance.sensitive_content'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .fields-group
 | 
					  .fields-group
 | 
				
			||||||
    = f.input :setting_display_media, collection: ['default', 'show_all', 'hide_all'],label_method: lambda { |item| t("simple_form.hints.defaults.setting_display_media_#{item}") }, hint: false, as: :radio_buttons, collection_wrapper_tag: 'ul', item_wrapper_tag: 'li', wrapper: :with_floating_label
 | 
					    = f.input :setting_display_media, collection: ['default', 'show_all', 'hide_all'], label_method: lambda { |item| t("simple_form.hints.defaults.setting_display_media_#{item}") }, hint: false, as: :radio_buttons, collection_wrapper_tag: 'ul', item_wrapper_tag: 'li', wrapper: :with_floating_label
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .fields-group
 | 
					  .fields-group
 | 
				
			||||||
    = f.input :setting_use_blurhash, as: :boolean, wrapper: :with_label
 | 
					    = f.input :setting_use_blurhash, as: :boolean, wrapper: :with_label
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -62,18 +62,18 @@
 | 
				
			||||||
      - else
 | 
					      - else
 | 
				
			||||||
        = fa_icon('reply-all')
 | 
					        = fa_icon('reply-all')
 | 
				
			||||||
      %span.detailed-status__reblogs>= friendly_number_to_human status.replies_count
 | 
					      %span.detailed-status__reblogs>= friendly_number_to_human status.replies_count
 | 
				
			||||||
      = " "
 | 
					      = ' '
 | 
				
			||||||
    ·
 | 
					    ·
 | 
				
			||||||
    - if status.public_visibility? || status.unlisted_visibility?
 | 
					    - if status.public_visibility? || status.unlisted_visibility?
 | 
				
			||||||
      %span.detailed-status__link
 | 
					      %span.detailed-status__link
 | 
				
			||||||
        = fa_icon('retweet')
 | 
					        = fa_icon('retweet')
 | 
				
			||||||
        %span.detailed-status__reblogs>= friendly_number_to_human status.reblogs_count
 | 
					        %span.detailed-status__reblogs>= friendly_number_to_human status.reblogs_count
 | 
				
			||||||
        = " "
 | 
					        = ' '
 | 
				
			||||||
      ·
 | 
					      ·
 | 
				
			||||||
    %span.detailed-status__link
 | 
					    %span.detailed-status__link
 | 
				
			||||||
      = fa_icon('star')
 | 
					      = fa_icon('star')
 | 
				
			||||||
      %span.detailed-status__favorites>= friendly_number_to_human status.favourites_count
 | 
					      %span.detailed-status__favorites>= friendly_number_to_human status.favourites_count
 | 
				
			||||||
      = " "
 | 
					      = ' '
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - if user_signed_in?
 | 
					    - if user_signed_in?
 | 
				
			||||||
      ·
 | 
					      ·
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -31,7 +31,7 @@
 | 
				
			||||||
      - player_card = true
 | 
					      - player_card = true
 | 
				
			||||||
      = opengraph 'og:image', full_asset_url(account.avatar.url(:original))
 | 
					      = opengraph 'og:image', full_asset_url(account.avatar.url(:original))
 | 
				
			||||||
      = opengraph 'og:image:width', '400'
 | 
					      = opengraph 'og:image:width', '400'
 | 
				
			||||||
      = opengraph 'og:image:height','400'
 | 
					      = opengraph 'og:image:height', '400'
 | 
				
			||||||
      = opengraph 'og:audio', full_asset_url(media.file.url(:original))
 | 
					      = opengraph 'og:audio', full_asset_url(media.file.url(:original))
 | 
				
			||||||
      = opengraph 'og:audio:secure_url', full_asset_url(media.file.url(:original))
 | 
					      = opengraph 'og:audio:secure_url', full_asset_url(media.file.url(:original))
 | 
				
			||||||
      = opengraph 'og:audio:type', media.file_content_type
 | 
					      = opengraph 'og:audio:type', media.file_content_type
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -11,7 +11,7 @@
 | 
				
			||||||
  h_class           = microformats_h_class(status, is_predecessor, is_successor, include_threads)
 | 
					  h_class           = microformats_h_class(status, is_predecessor, is_successor, include_threads)
 | 
				
			||||||
  style_classes     = style_classes(status, is_predecessor, is_successor, include_threads)
 | 
					  style_classes     = style_classes(status, is_predecessor, is_successor, include_threads)
 | 
				
			||||||
  mf_classes        = microformats_classes(status, is_direct_parent, is_direct_child)
 | 
					  mf_classes        = microformats_classes(status, is_direct_parent, is_direct_child)
 | 
				
			||||||
  entry_classes     = h_class + ' ' + mf_classes + ' ' + style_classes
 | 
					  entry_classes     = "#{h_class} #{mf_classes} #{style_classes}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- if status.reply? && include_threads
 | 
					- if status.reply? && include_threads
 | 
				
			||||||
  - if @next_ancestor
 | 
					  - if @next_ancestor
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -45,7 +45,7 @@
 | 
				
			||||||
                                = @remote_ip
 | 
					                                = @remote_ip
 | 
				
			||||||
                                %br/
 | 
					                                %br/
 | 
				
			||||||
                                %strong= "#{t('sessions.browser')}:"
 | 
					                                %strong= "#{t('sessions.browser')}:"
 | 
				
			||||||
                                %span{ title: @user_agent }= t 'sessions.description', browser: t("sessions.browsers.#{@detection.id}", default: "#{@detection.id}"), platform: t("sessions.platforms.#{@detection.platform.id}", default: "#{@detection.platform.id}")
 | 
					                                %span{ title: @user_agent }= t 'sessions.description', browser: t("sessions.browsers.#{@detection.id}", default: @detection.id.to_s), platform: t("sessions.platforms.#{@detection.platform.id}", default: @detection.platform.id.to_s)
 | 
				
			||||||
                                %br/
 | 
					                                %br/
 | 
				
			||||||
                                = l(@timestamp)
 | 
					                                = l(@timestamp)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -20,7 +20,7 @@
 | 
				
			||||||
                                      = image_tag full_pack_url('media/images/mailer/icon_lock_open.png'), alt: ''
 | 
					                                      = image_tag full_pack_url('media/images/mailer/icon_lock_open.png'), alt: ''
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                              %h1= t 'devise.mailer.webauthn_credential.added.title'
 | 
					                              %h1= t 'devise.mailer.webauthn_credential.added.title'
 | 
				
			||||||
                              %p.lead= "#{t 'devise.mailer.webauthn_credential.added.explanation' }:"
 | 
					                              %p.lead= "#{t('devise.mailer.webauthn_credential.added.explanation')}:"
 | 
				
			||||||
                              %p.lead= @webauthn_credential.nickname
 | 
					                              %p.lead= @webauthn_credential.nickname
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%table.email-table{ cellspacing: 0, cellpadding: 0 }
 | 
					%table.email-table{ cellspacing: 0, cellpadding: 0 }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -20,7 +20,7 @@
 | 
				
			||||||
                                      = image_tag full_pack_url('media/images/mailer/icon_lock_open.png'), alt: ''
 | 
					                                      = image_tag full_pack_url('media/images/mailer/icon_lock_open.png'), alt: ''
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                              %h1= t 'devise.mailer.webauthn_credential.deleted.title'
 | 
					                              %h1= t 'devise.mailer.webauthn_credential.deleted.title'
 | 
				
			||||||
                              %p.lead= "#{t 'devise.mailer.webauthn_credential.deleted.explanation' }:"
 | 
					                              %p.lead= "#{t('devise.mailer.webauthn_credential.deleted.explanation')}:"
 | 
				
			||||||
                              %p.lead= @webauthn_credential.nickname
 | 
					                              %p.lead= @webauthn_credential.nickname
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%table.email-table{ cellspacing: 0, cellpadding: 0 }
 | 
					%table.email-table{ cellspacing: 0, cellpadding: 0 }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue