The code powering m.abunchtell.com https://m.abunchtell.com
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

18 righe
743 B

  1. .form-container
  2. .follow-prompt
  3. %h2= t('remote_interaction.prompt')
  4. .public-layout
  5. .activity-stream.activity-stream--highlighted
  6. = render 'stream_entries/status', status: @status
  7. = simple_form_for @remote_follow, as: :remote_follow, url: remote_interaction_path(@status) do |f|
  8. = render 'shared/error_messages', object: @remote_follow
  9. = f.input :acct, placeholder: t('remote_follow.acct'), input_html: { autocapitalize: 'none', autocorrect: 'off' }
  10. .actions
  11. = f.button :button, t('remote_interaction.proceed'), type: :submit
  12. %p.hint.subtle-hint= t('remote_follow.no_account_html', sign_up_path: open_registrations? ? new_user_registration_path : 'https://joinmastodon.org/#getting-started')