diff --git a/frontends/ycdl_flask/templates/channel.html b/frontends/ycdl_flask/templates/channel.html index 0517ea0..329a51e 100644 --- a/frontends/ycdl_flask/templates/channel.html +++ b/frontends/ycdl_flask/templates/channel.html @@ -157,23 +157,28 @@ https://stackoverflow.com/a/35153397 {% if channel is not none %} - - All - {% else %} - All {% endif %} - {% for statename in all_states %} - {% if channel is not none %} - {{statename}} - {% else %} - {{statename}} - {% endif %} - {% endfor %} -

+ View {% if channel is not none %} + All + {% else %} + All + {% endif %} + {% for statename in all_states %} + {% if channel is not none %} + {{statename}} + {% else %} + {{statename}} + {% endif %} + {% endfor %} + + + {% if channel is not none %} +

+ New videos are: