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
|
||||
margin-top: 10px
|
||||
|
||||
#regenerate-key
|
||||
#regenerate-key,
|
||||
#remove-log
|
||||
.cancel
|
||||
text-decoration: underline
|
||||
p
|
||||
|
@ -108,3 +109,4 @@
|
|||
padding-left: 15px
|
||||
img#code-climate-logo
|
||||
margin-right: 50px
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user