add popup stub
This commit is contained in:
parent
2a64382563
commit
3582969e90
8
assets/scripts/app/templates/remove_log.hbs
Normal file
8
assets/scripts/app/templates/remove_log.hbs
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<a href="#" class="close" {{action "close" target=view}}></a>
|
||||||
|
<p><strong>This action will remove the log permanently!</strong></p>
|
||||||
|
<p>Do you want to continue?</p>
|
||||||
|
<p>
|
||||||
|
<a class="sync_now button">Yes, please!</a>
|
||||||
|
<span class="or">or</span>
|
||||||
|
<a href="#" class="cancel">Cancel</a>
|
||||||
|
</p>
|
|
@ -72,7 +72,8 @@
|
||||||
p:last-child
|
p:last-child
|
||||||
margin-top: 10px
|
margin-top: 10px
|
||||||
|
|
||||||
#regenerate-key
|
#regenerate-key,
|
||||||
|
#remove-log
|
||||||
.cancel
|
.cancel
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
p
|
p
|
||||||
|
@ -108,3 +109,4 @@
|
||||||
padding-left: 15px
|
padding-left: 15px
|
||||||
img#code-climate-logo
|
img#code-climate-logo
|
||||||
margin-right: 50px
|
margin-right: 50px
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user