1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 05:25:27 +02:00

[WIP] Upgrade EmberJS -- lint pass!

This commit is contained in:
Harvey Kandola 2018-12-08 20:54:19 +00:00
parent c7808d0b5a
commit adbd00bdd7
95 changed files with 645 additions and 645 deletions

View file

@ -1,6 +1,6 @@
{{#layout/master-sidebar}}
one<br/>
two<br/>
one<br>
two<br>
three
<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.</p>
<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.</p>
@ -9,40 +9,40 @@
<button class="dmz-button-theme">save</button>
<div class="dmz-button-gap-right" />
<button class="dmz-button-theme-light">update</button>
<br/>
<br/>
<button class="dmz-button-green" {{action 'onSuccess'}}>save</button>
<br>
<br>
<button class="dmz-button-green" {{action "onSuccess"}}>save</button>
<div class="dmz-button-gap-right" />
<button class="dmz-button-yellow" {{action 'onInfo'}}>update</button>
<button class="dmz-button-yellow" {{action "onInfo"}}>update</button>
<div class="dmz-button-gap-right" />
<button class="dmz-button-gray" {{action 'onWarn'}}>cancel</button>
<button class="dmz-button-gray" {{action "onWarn"}}>cancel</button>
<div class="dmz-button-gap-right" />
<button class="dmz-button-red" {{action 'onError'}}>delete</button>
<button class="dmz-button-red" {{action "onError"}}>delete</button>
<div class="dmz-button-gap-right" />
<br/>
<br/>
<button class="dmz-button-green-light"><div class='label'>Save</div></button>
<br>
<br>
<button class="dmz-button-green-light"><div class="label">Save</div></button>
<div class="dmz-button-gap-right" />
<button class="dmz-button-yellow-light"><div class='label'>Update</div></button>
<button class="dmz-button-yellow-light"><div class="label">Update</div></button>
<div class="dmz-button-gap-right" />
<button class="dmz-button-gray-light"><div class='label'>cancel</div></button>
<button class="dmz-button-gray-light"><div class="label">cancel</div></button>
<div class="dmz-button-gap-right" />
<button class="dmz-button-red-light"><div class='label'>Delete</div></button>
<button class="dmz-button-red-light"><div class="label">Delete</div></button>
<div class="dmz-button-gap-right" />
<br/>
<br/>
<button class="dmz-button-green-light"><i class="dicon dicon-e-add"/><div class='label'>space</div></button>
<br>
<br>
<button class="dmz-button-green-light"><i class="dicon dicon-e-add"/><div class="label">space</div></button>
<div class="dmz-button-gap-right" />
<button class="dmz-button-green-light"><i class="dicon dicon-e-add"/><div class='label'>content</div></button>
<button class="dmz-button-green-light"><i class="dicon dicon-e-add"/><div class="label">content</div></button>
<div class="dmz-button-gap-right" />
<button class="dmz-button-yellow-light"><i class="dicon dicon-e-add"/><div class='label'>user</div></button>
<button class="dmz-button-yellow-light"><i class="dicon dicon-e-add"/><div class="label">user</div></button>
<div class="dmz-button-gap-right" />
<button class="dmz-button-gray-light"><i class="dicon dicon-e-add"/><div class='label'>group</div></button>
<button class="dmz-button-gray-light"><i class="dicon dicon-e-add"/><div class="label">group</div></button>
<div class="dmz-button-gap-right" />
<button class="dmz-button-red-light"><i class="dicon dicon-bin"/><div class='label'>delete</div></button>
<button class="dmz-button-red-light"><i class="dicon dicon-bin"/><div class="label">delete</div></button>
<div class="dmz-button-gap-right" />
<br/>
<br/>
<br>
<br>
{{#ui/ui-toolbar dark=false light=false raised=false large=false bordered=false}}
<i class="dicon dicon-bin red"/>
<i class="dicon dicon-print yellow"/>
@ -50,8 +50,8 @@
<i class="dicon dicon-print green"/>
<i class="dicon dicon-single-01"/>
{{/ui/ui-toolbar}}
<br/>
<br/>
<br>
<br>
{{#ui/ui-toolbar dark=false light=true raised=true large=false bordered=true}}
<i class="dicon dicon-bin red"/>
<i class="dicon dicon-print yellow"/>
@ -59,8 +59,8 @@
<i class="dicon dicon-print green"/>
<i class="dicon dicon-single-01"/>
{{/ui/ui-toolbar}}
<br/>
<br/>
<br>
<br>
{{#ui/ui-toolbar dark=true light=false raised=true large=false bordered=true}}
<i class="dicon dicon-bin red"/>
<i class="dicon dicon-print yellow"/>
@ -68,8 +68,8 @@
<i class="dicon dicon-print green"/>
<i class="dicon dicon-single-01"/>
{{/ui/ui-toolbar}}
<br/>
<br/>
<br>
<br>
{{#ui/ui-toolbar dark=false light=false raised=false large=true bordered=false}}
<i class="dicon dicon-bin red"/>
<i class="dicon dicon-print yellow"/>
@ -77,8 +77,8 @@
<i class="dicon dicon-print green"/>
<i class="dicon dicon-single-01"/>
{{/ui/ui-toolbar}}
<br/>
<br/>
<br>
<br>
{{#ui/ui-toolbar dark=false light=true raised=true large=true bordered=true}}
<i class="dicon dicon-bin red"/>
<i class="dicon dicon-print yellow"/>
@ -86,8 +86,8 @@
<i class="dicon dicon-print green"/>
<i class="dicon dicon-single-01"/>
{{/ui/ui-toolbar}}
<br/>
<br/>
<br>
<br>
{{#ui/ui-toolbar dark=true light=false raised=true large=true bordered=true}}
<i class="dicon dicon-bin red"/>
<i class="dicon dicon-print yellow"/>
@ -95,8 +95,8 @@
<i class="dicon dicon-print green"/>
<i class="dicon dicon-single-01"/>
{{/ui/ui-toolbar}}
<br/>
<br/>
<br>
<br>
<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.</p>
<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.</p>
<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.</p>