Skip to content
Snippets Groups Projects
Select Git revision
  • 86926d42b4dd2aec378bd7ac1da8c5d4e59c40ff
  • main default
  • tp2
  • tp1
  • tp3
  • tp3-correction
  • tp2-correction
  • tp1-correction
  • admins
9 results

README.md

Blame
  • Forked from an inaccessible project.
    _google_settings.html.erb 223 B
    <p>
      <label>Client ID:</label>
      <%= text_field_tag 'settings[client_id]', @settings[:client_id] %>
    </p>
    <p>
      <label>Client Secret:</label>
      <%= text_field_tag 'settings[client_secret]', @settings[:client_secret] %>
    </p>