BUGFIX: add h2 with period when browsing top pages
This commit is contained in:
parent
a24d910470
commit
561f7e0148
|
@ -5,6 +5,12 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<div class='contents'>
|
<div class='contents'>
|
||||||
|
{{#if top}}
|
||||||
|
{{#if yearly}}<h2><i class="fa fa-calendar-o"></i> {{i18n filters.top.this_year}}</h2>{{/if}}
|
||||||
|
{{#if monthly}}<h2><i class="fa fa-calendar-o"></i> {{i18n filters.top.this_month}}</h2>{{/if}}
|
||||||
|
{{#if weekly}}<h2><i class="fa fa-calendar-o"></i> {{i18n filters.top.this_week}}</h2>{{/if}}
|
||||||
|
{{#if daily}}<h2><i class="fa fa-calendar-o"></i> {{i18n filters.top.today}}</h2>{{/if}}
|
||||||
|
{{/if}}
|
||||||
{{#if showTable}}
|
{{#if showTable}}
|
||||||
<table id='topic-list'>
|
<table id='topic-list'>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
<div class='contents'>
|
<div class='contents'>
|
||||||
{{#if showTable}}
|
{{#if showTable}}
|
||||||
|
{{#if top}}
|
||||||
|
{{#if yearly}}<h2><i class="fa fa-calendar-o"></i> {{i18n filters.top.this_year}}</h2>{{/if}}
|
||||||
|
{{#if monthly}}<h2><i class="fa fa-calendar-o"></i> {{i18n filters.top.this_month}}</h2>{{/if}}
|
||||||
|
{{#if weekly}}<h2><i class="fa fa-calendar-o"></i> {{i18n filters.top.this_week}}</h2>{{/if}}
|
||||||
|
{{#if daily}}<h2><i class="fa fa-calendar-o"></i> {{i18n filters.top.today}}</h2>{{/if}}
|
||||||
|
{{/if}}
|
||||||
<table id='topic-list'>
|
<table id='topic-list'>
|
||||||
{{#if topicTrackingState.hasIncoming}}
|
{{#if topicTrackingState.hasIncoming}}
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Reference in New Issue