mirror of
https://github.com/openvk/openvk
synced 2024-11-14 19:19:14 +03:00
Link directly to interests section of the edit page in completeness gauge (#1113)
This commit is contained in:
parent
f83c45ead9
commit
d1bcdaf7d7
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@
|
||||||
|
|
||||||
{if isset($thisUser) && $user->getId() === $thisUser->getId() && sizeof($completeness->unfilled) > 0}
|
{if isset($thisUser) && $user->getId() === $thisUser->getId() && sizeof($completeness->unfilled) > 0}
|
||||||
<br/>
|
<br/>
|
||||||
<a n:if="in_array('interests', $completeness->unfilled)" href="/edit">
|
<a n:if="in_array('interests', $completeness->unfilled)" href="/edit?act=interests">
|
||||||
<img src="/assets/packages/static/openvk/img/icon1.gif" />
|
<img src="/assets/packages/static/openvk/img/icon1.gif" />
|
||||||
{_interests} (+20%)
|
{_interests} (+20%)
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue