Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
{{else}}
<div class="spacer-50"></div>
{{/if}}

{{!-- Commented out until issue #3598 is solved and needs thorough testing.
{{#each complexCustomForms as |form|}}
{{form.isComplex}}
<div class="fields">
Expand Down Expand Up @@ -354,7 +354,7 @@
{{/each}}

<button type="button" class="ui primary {{if device.isMobile 'small'}} button" {{action 'addCustomField'}}>{{t 'Add another custom field'}}</button>

--}}

<div class="ui fields buttons {{if device.isMobile 'mini three' 'right floated large'}}">
<button class="ui three field left labeled icon button {{if isLoading 'disabled'}}" type="button" {{action 'move' 'backwards'}}>
Expand Down