Browse Source

Removed contact manager link from settings as it is in the top bar.

pull/156/head
Simon Eisenmann 11 years ago
parent
commit
518fdc4176
  1. 8
      static/partials/settings.html

8
static/partials/settings.html

@ -28,14 +28,6 @@ @@ -28,14 +28,6 @@
<p class="help-block">{{_('Your picture, name and status message identify yourself in calls, chats and rooms.')}}</p>
</div>
</div>
<div ng-if="(withUsers && withUsersRegistration) || userid">
<div class="form-group" ng-if="userid">
<label class="col-xs-4 control-label">{{_('Contacts')}}</label>
<div class="col-xs-8">
<p class="form-control-static"><a ng-click="openContactsManager()">{{_('Manage contacts')}}</a></p>
</div>
</div>
</div>
<div ng-if="(withUsers && withUsersRegistration) || userid">
<div class="form-group profile-yourid">
<label class="col-xs-4 control-label">{{_('Your ID')}}</label>

Loading…
Cancel
Save