Fix fuck ups caused by a global replace all.
This commit is contained in:
parent
b1b8e256f8
commit
8daa95168b
2 changed files with 4 additions and 4 deletions
|
@ -331,7 +331,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="forum__posting__buttons">
|
<div class="forum__posting__buttons">
|
||||||
<button input__text name="csrf" value="{{ csrf_token() }}">Submit</button>
|
<button class="input__button" name="csrf" value="{{ csrf_token() }}">Submit</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
<div class="settings__account__column">
|
<div class="settings__account__column">
|
||||||
<div class="settings__account__title">E-mail and Password changing</div>
|
<div class="settings__account__title">E-mail and Password changing</div>
|
||||||
<div class="settings__account__disabled">
|
<div class="settings__account__disabled">
|
||||||
<a input__text href="https://flashii.net/settings.php?m=account">Go to main site</a>
|
<a class="input__button" href="https://flashii.net/settings.php?m=account">Go to main site</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -114,8 +114,8 @@
|
||||||
|
|
||||||
{% if settings_perms.edit_profile or not settings_disable_account_options %}
|
{% if settings_perms.edit_profile or not settings_disable_account_options %}
|
||||||
<div class="settings__account__row settings__account__row--buttons">
|
<div class="settings__account__row settings__account__row--buttons">
|
||||||
<button class="input__button"Update</button>
|
<button class="input__button">Update</button>
|
||||||
<button input__text type="reset">Reset</button>
|
<button class="input__button" type="reset">Reset</button>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Add table
Reference in a new issue