removed skype_public column from users

This commit is contained in:
MrYummy
2017-07-08 03:23:09 +02:00
parent 2819989b72
commit 767084cc2f
5 changed files with 44 additions and 48 deletions

View File

@@ -48,12 +48,6 @@
<%= f.text_field :skype, placeholder: "Skype username", disabled: !can_edit? %>
</td>
</tr>
<tr>
<td>Show Skype to</td>
<td>
<%= f.select :skype_public, [["Staff only", false], ["All users", true]], {}, { disabled: !can_edit? } %>
</td>
</tr>
<tr>
<td>YouTube Channel ID</td>
<td>