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
175b470e
authored
Feb 18, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: show-all-groups button moved
parent
3d66d3fe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
one/static/box.less
+4
-0
school/templates/box/group/box.html
+7
-1
No files found.
one/static/box.less
View file @
175b470e
...
...
@@ -543,8 +543,12 @@ table {
background-image: url(icons/user--plus.png);
}
}
#show-hidden-groups .summary .name {
background-image: url(icons/eye.png);
}
}
#group-members, #group-owners {
.summary .name {
background-image: url(icons/user.png);
...
...
school/templates/box/group/box.html
View file @
175b470e
...
...
@@ -4,7 +4,7 @@
{% get_current_language as LANGUAGE_CODE %}
{% block title %}
{% trans "My Groups" %}
<a
id=
"show-hidden-groups"
href=
"#"
>
asd
</a>
{% trans "My Groups" %}
{% endblock title %}
{% block content %}
...
...
@@ -24,6 +24,12 @@
</div>
</div>
{% endif %}
<li
id=
"show-hidden-groups"
class=
"entry small-row"
>
<div
class=
"summary"
>
<div
class=
"name"
>
{% trans "Show hidden groups" %}
</div>
<div
class=
"clear"
></div>
</div>
</li>
<li
class=
"entry small-row"
id=
"new-group"
>
<div
class=
"summary"
>
<div
class=
"name"
>
{% trans "Create new group" %}
</div>
...
...
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