dont reload page after removing a project from repository
This commit is contained in:
parent
70ee7fd208
commit
ea32cf3685
|
@ -35,9 +35,9 @@ div ng-controller='RepositoryProjectsController'
|
||||||
td
|
td
|
||||||
a ng-href='{{project.add_path}}' ng-show='project.add_path'
|
a ng-href='{{project.add_path}}' ng-show='project.add_path'
|
||||||
= t('layout.add')
|
= t('layout.add')
|
||||||
a[ng-href = '#'
|
a.pointer[ng-href = ''
|
||||||
ng-show = 'project.remove_path'
|
ng-show = 'project.remove_path'
|
||||||
ng-click = 'removeProject(project)']
|
ng-click = 'removeProject(project)']
|
||||||
span.glyphicon.glyphicon-remove
|
span.glyphicon.glyphicon-remove
|
||||||
|
|
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue