Skip to content
Snippets Groups Projects
Commit 284d6b27 authored by David Baker's avatar David Baker
Browse files

Hide email link UI from the settings because it doesn't work.

parent dce63953
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,8 @@
</div>
<br/>
<h3>Linked emails</h3>
<div class="section">
<h3 style="display: none; ">Linked emails</h3>
<div class="section" style="display: none; ">
<form>
<input size="40" ng-model="linkedEmails.linkNewEmail" ng-enter="linkEmail(linkedEmails.linkNewEmail)" />
<button ng-disabled="!linkedEmails.linkNewEmail" ng-click="linkEmail(linkedEmails.linkNewEmail)">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment