Skip to content
Snippets Groups Projects
Commit 0169871b authored by Monica Cellio's avatar Monica Cellio
Browse files

remove unused fields from edit form

parent 74926e1b
No related merge requests found
......@@ -62,25 +62,12 @@
</div>
</div>
<div class="grid">
<div class="grid--cell is-4 is-12-sm form-group">
<%= f.label :website, class: "form-element" %>
<span class="form-caption">A link to anywhere on the internet for your stuff.</span>
<%= f.text_field :website, class: 'form-element', autocomplete: 'off', placeholder: 'https://...' %>
</div>
<div class="grid--cell is-4 is-12-sm form-group">
<%= f.label :twitter, class: "form-element" %>
<span class="form-caption">Your Twitter username, if you've got one you want to share.</span>
<%= f.text_field :twitter, class: 'form-element', autocomplete: 'off', placeholder: '@username' %>
</div>
<div class="grid--cell is-4 is-12-sm form-group">
<div class="form-group has-padding-2">
<%= f.label :discord, class: 'form-element' %>
<span class="form-caption">Your Discord user tag, <code>username</code> or <code>username#1234</code>.</span>
<%= f.text_field :discord, class: 'form-element', autocomplete: 'off', placeholder: 'username#1234' %>
</div>
</div>
<%= f.submit 'Save', class: 'button is-filled' %>
<% end %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment