Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
06afa04e
Commit
06afa04e
authored
Jan 02, 2017
by
Zosman
Browse files
Merge branch '2.2-dev' into issue122
merging 2.2-dev into issue122
parents
7a884394
744837fe
Pipeline
#722
passed with stage
in 1 minute and 25 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
go/go/templates/admin/useradmin.html
View file @
06afa04e
...
...
@@ -25,7 +25,7 @@ SRCT Go • Administration Panel
</div>
<!-- T
ABLE
1 -->
<!-- T
able
1 -->
<!-- define the div where we can select users from a table to judge them -->
<div
class=
"row"
>
<div
class=
"col-md-12"
>
...
...
@@ -80,9 +80,8 @@ SRCT Go • Administration Panel
</div>
</div>
<!-- TABLE 2 -->
<!-- define the table that displays blocked users and allows us to unblock
them -->
<!-- Table 2 -->
<!-- define the table that displays blocked users and allows us to unblock them -->
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<h3>
Blocked Users
</h3>
...
...
@@ -99,6 +98,7 @@ them -->
<th>
Username
</th>
<th>
Full Name
</th>
<th>
Description
</th>
<th>
Approved
</th>
</tr>
</thead>
...
...
@@ -111,6 +111,7 @@ them -->
<td>
{{ blockedUsers.user }}
</td>
<td>
{{ blockedUsers.full_name }}
</td>
<td>
{{ blockedUsers.description|default:"No description provided" }}
</td>
<td>
{{ blockedUsers.approved }}
</td>
</tr>
<!-- unless there are no blocked users -->
{% empty %}
...
...
@@ -119,6 +120,7 @@ them -->
<td>
none
</td>
<td>
none
</td>
<td>
none
</td>
<td>
none
</td>
</tr>
{% endfor %}
</tbody>
...
...
@@ -132,7 +134,7 @@ them -->
</div>
</div>
<!-- T
ABLE
3 -->
<!-- T
able
3 -->
<!-- define the table of current users -->
<div
class=
"row"
>
<div
class=
"col-md-12"
>
...
...
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