Browse Source

Fix two links

pull/970/head
Timothée Jaussoin 5 years ago
parent
commit
c7f7b11ed3
  1. 2
      app/widgets/Menu/_menu_list.tpl
  2. 4
      app/widgets/NewsNav/_newsnav.tpl

2
app/widgets/Menu/_menu_list.tpl

@ -94,7 +94,7 @@
<h4>{$c->__('menu.empty')}</h4>
<h4>
<br />
<a class="button color green" href="{$c->route('community')}">
<a class="button color green" href="{$c->route('explore')}">
<i class="material-icons">explore</i>
{$c->__('button.discover')}
</a>

4
app/widgets/NewsNav/_newsnav.tpl

@ -15,10 +15,10 @@
{if="$posts->isNotEmpty()"}
<ul class="list active middle card shadow">
<li class="subheader active" onclick="MovimUtils.redirect('{$c->route('community')}')">
<li class="subheader active" onclick="MovimUtils.redirect('{$c->route('explore')}')">
{if="$page == 'news'"}
<span class="control active icon gray">
<a href="{$c->route('community')}">
<a href="{$c->route('explore')}">
<i class="material-icons">chevron_right</i>
</a>
</span>

Loading…
Cancel
Save