Archived
switch from youtube username to channel ID
updates legacy code that really needs to be gone
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user