mirror of
https://github.com/openvk/openvk
synced 2024-11-15 03:31:18 +03:00
Link directly to interests section of the edit page in completeness gauge
This commit is contained in:
parent
ae689e1327
commit
923e8de0fe
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@
|
|||
|
||||
{if isset($thisUser) && $user->getId() === $thisUser->getId() && sizeof($completeness->unfilled) > 0}
|
||||
<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" />
|
||||
{_interests} (+20%)
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue