mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-12 17:44:31 +00:00
Update home settings view
This commit is contained in:
parent
f358b84f7c
commit
695c7a63ba
1 changed files with 3 additions and 2 deletions
|
@ -82,8 +82,9 @@
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="form-group row">
|
<div class="form-group row">
|
||||||
<div class="col-12 text-right">
|
<div class="col-12 d-flex align-items-center justify-content-between">
|
||||||
<button type="submit" class="btn btn-primary font-weight-bold">Submit</button>
|
<a class="font-weight-bold" href="{{route('settings.remove.temporary')}}">Temporarily Disable Account</a>
|
||||||
|
<button type="submit" class="btn btn-primary font-weight-bold float-right">Submit</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue