1
0
Fork 0

Normalize the contact sidebar with the profile sidebar

- Remove un/follow text links in contact status window
This commit is contained in:
Hypolite Petovan 2019-06-10 21:40:44 -04:00
commit b00bcbb1c1
6 changed files with 62 additions and 31 deletions

View file

@ -44,11 +44,6 @@
{{if $ignored}}<li><div id="ignore-message">{{$ignored}}</div></li>{{/if}}
{{if $archived}}<li><div id="archive-message">{{$archived}}</div></li>{{/if}}
</ul>
<ul>
<!-- <li><a href="network/?cid={{$contact_id}}" id="contact-edit-view-recent">{{$lblrecent}}</a></li> -->
{{if $follow}}<li><div id="contact-edit-follow"><a href="{{$follow}}">{{$follow_text}}</a></div></li>{{/if}}
</ul>
</div> {{* End of contact-edit-status-wrapper *}}
{{* Some information about the contact from the profile *}}