channel about page: list links vertically, not inline
This commit is contained in:
parent
2ec95adb5f
commit
b9e4035aa3
@ -233,7 +233,7 @@ def tab_with_content(tabs):
|
||||
raise Exception("No tabs found with content")
|
||||
|
||||
channel_link_template = Template('''
|
||||
<a href="$url">$text</a>''')
|
||||
<li><a href="$url">$text</a></li>''')
|
||||
stat_template = Template('''
|
||||
<li>$stat_value</li>''')
|
||||
def channel_about_page(polymer_json):
|
||||
|
@ -61,7 +61,9 @@ $stats
|
||||
<h3>Description</h3>
|
||||
<span class="description">$description</span>
|
||||
<hr>
|
||||
<ul>
|
||||
$links
|
||||
</ul>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user