Merge branch 'remove-log' of github.com:travis-ci/travis-web into remove-log
This commit is contained in:
commit
23cebc4826
|
@ -235,6 +235,12 @@ Travis.reopen
|
|||
@popup('remove-log-popup')
|
||||
return false
|
||||
|
||||
removeLogPopup: ->
|
||||
if @get('canRemoveLog')
|
||||
@set('active', true)
|
||||
@popup(event)
|
||||
event.stopPropagation()
|
||||
|
||||
hasPermission: (->
|
||||
if permissions = @get('currentUser.permissions')
|
||||
permissions.contains parseInt(@get('repo.id'))
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
margin-top: 10px
|
||||
|
||||
#regenerate-key,
|
||||
#remove-log
|
||||
#remove-log-popup
|
||||
.cancel
|
||||
text-decoration: underline
|
||||
p
|
||||
|
@ -85,6 +85,8 @@
|
|||
margin-bottom: 5px
|
||||
a.button
|
||||
font-size: 13px
|
||||
strong
|
||||
color: $red
|
||||
|
||||
#status-images, #regenerate-key
|
||||
input
|
||||
|
|
Loading…
Reference in New Issue
Block a user