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")
|
raise Exception("No tabs found with content")
|
||||||
|
|
||||||
channel_link_template = Template('''
|
channel_link_template = Template('''
|
||||||
<a href="$url">$text</a>''')
|
<li><a href="$url">$text</a></li>''')
|
||||||
stat_template = Template('''
|
stat_template = Template('''
|
||||||
<li>$stat_value</li>''')
|
<li>$stat_value</li>''')
|
||||||
def channel_about_page(polymer_json):
|
def channel_about_page(polymer_json):
|
||||||
|
@ -61,7 +61,9 @@ $stats
|
|||||||
<h3>Description</h3>
|
<h3>Description</h3>
|
||||||
<span class="description">$description</span>
|
<span class="description">$description</span>
|
||||||
<hr>
|
<hr>
|
||||||
|
<ul>
|
||||||
$links
|
$links
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user