mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Fix typo on user edit page.
Change styling of version number and changelog button.
This commit is contained in:
parent
7e99eb7a2a
commit
13e6a70a30
2 changed files with 4 additions and 6 deletions
|
@ -61,7 +61,7 @@ DOCUMENTATION :: END
|
|||
% if data['user_id']:
|
||||
<div class="form-group">
|
||||
<button class="btn btn-danger" id="delete-all-history">Purge</button>
|
||||
<p class="help-block">DANGER ZONE! Click the purge button to remote all history logged for this user. This is permanent!</p>
|
||||
<p class="help-block">DANGER ZONE! Click the purge button to remove all history logged for this user. This is permanent!</p>
|
||||
</div>
|
||||
% endif
|
||||
</fieldset>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue