Commit a292aedd by utkarshcmu

Made playlist URL clickable

parent b58e605b
......@@ -27,7 +27,7 @@
{{playlist.title}}
</td>
<td style="width:90%">
{{ playlistUrl(playlist) }}
<a href="{{ playlistUrl(playlist) }}">{{ playlistUrl(playlist) }}</a>
</td>
<td style="width: 1%">
<a href="{{ playlistUrl(playlist) }}" class="btn btn-inverse btn-mini">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment