Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
cb2dc630
authored
4 years ago
by
Máhonfai Bálint
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add remove all button to group edit page
parent
c5ed0a20
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
circle/dashboard/templates/dashboard/group-detail.html
+3
-0
No files found.
circle/dashboard/templates/dashboard/group-detail.html
View file @
cb2dc630
...
...
@@ -82,6 +82,9 @@
{% trans "Create user" %}
</a>
{% endif %}
<a
data-group_pk=
"{{ group.pk }}"
href=
"{% url "
dashboard
.
views
.
remove-all-users
"
group_pk=
group.pk
%}"
class=
"btn btn-danger group-remove-all-btn pull-right"
>
{% trans "Remove all users" %}
</a>
</h3>
<form
action=
""
method=
"post"
>
{% csrf_token %}
<table
class=
"table table-striped table-with-form-fields table-bordered"
id=
"group-detail-user-table"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment