mirror of https://github.com/zulip/zulip.git
Remove hrefs for some settings page buttons.
(imported from commit 92b3475715914d9930d8c8b789f1c7b1b466786d)
This commit is contained in:
parent
975b984aee
commit
07434da33c
|
@ -22,7 +22,7 @@
|
|||
|
||||
<div class="control-group" id="pw_change_link">
|
||||
<label class="control-label">
|
||||
<a href="#settings">Change password</a>
|
||||
<a>Change password</a>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
@ -161,7 +161,7 @@
|
|||
<label class="control-label label_for_text">Your
|
||||
personal API key</label>
|
||||
<div class="controls">
|
||||
<a href="#settings" id="api_key_button">(show)</a>
|
||||
<a id="api_key_button">(show)</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue