mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
some html cleanup
This commit is contained in:
parent
bb82bcc62a
commit
9a60ed5269
2 changed files with 58 additions and 58 deletions
|
|
@ -1,11 +1,11 @@
|
|||
<import: src="modals">
|
||||
<import: src="alerts">
|
||||
<import: src="settings">
|
||||
<import: src="rewards">
|
||||
<import: src="tasks">
|
||||
<import: src="header">
|
||||
<import: src="alerts">
|
||||
<import: src="avatar">
|
||||
<import: src="rewards">
|
||||
<import: src="footer">
|
||||
<import: src="settings">
|
||||
<import: src="party">
|
||||
|
||||
<Title:>
|
||||
|
|
|
|||
|
|
@ -123,8 +123,8 @@
|
|||
</div>
|
||||
|
||||
<newTask:>
|
||||
<form class="addtask-form form-inline new-task-form" id="new-{@type}" data-task-type="{@type}" x-bind="submit:addTask">
|
||||
<input class="addtask-field" value="{@inputValue}" type="text" name="new-task" placeholder="{@placeHolder}"/>
|
||||
<form class="addtask-form form-inline new-task-form" id="new-{{@type}}" data-task-type="{{@type}}" x-bind="submit:addTask">
|
||||
<input class="addtask-field" value="{@inputValue}" type="text" name="new-task" placeholder="{{@placeHolder}}"/>
|
||||
<input class="btn addtask-btn" type="submit" value="Add">
|
||||
</form>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue