Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gutyán Gábor
/
circlestack
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8d7ea537
authored
Mar 25, 2014
by
Oláh István Gergely
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: add group action icons help text
parent
2bc0926e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletions
+13
-1
circle/dashboard/templates/dashboard/group-detail.html
+13
-1
No files found.
circle/dashboard/templates/dashboard/group-detail.html
View file @
8d7ea537
...
...
@@ -21,7 +21,19 @@
{{ group.name }}
</div>
</h1>
</div>
<div
class=
"group-details-help js-hidden"
>
<ul
style=
"list-style: none;"
>
<li>
<strong>
{% trans "Rename" %}:
</strong>
{% trans "Change the name of the group." %}
</li>
<li>
<strong>
{% trans "Delete" %}:
</strong>
{% trans "Delete group." %}
</li>
</ul>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-4"
id=
"group-info-pane"
>
</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