mirror of
https://github.com/openvk/openvk
synced 2024-11-15 19:49:14 +03:00
Merge 923e8de0fe
into 6013cd095e
This commit is contained in:
commit
bb3c0b0267
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,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