switch from youtube username to channel ID

updates legacy code that really needs to be gone
This commit is contained in:
jomo
2016-03-09 00:45:10 +01:00
parent 78ddfadb34
commit ff84cee552
3 changed files with 10 additions and 8 deletions
+2 -2
View File
@@ -53,9 +53,9 @@
</td>
</tr>
<tr>
<td>YouTube username</td>
<td>YouTube Channel ID</td>
<td>
<%= f.text_field :youtube, placeholder: "YouTube username", disabled: !can_edit? %>
<%= f.text_field :youtube, placeholder: "YouTube Channel ID", disabled: !can_edit? %>
</td>
</tr>
<tr>