Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5c9854e5
authored
Feb 21, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: add css class to keys
parent
ae3e9a02
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
one/templates/box/file/box.html
+1
-1
one/templates/box/key/entry.html
+1
-1
No files found.
one/templates/box/file/box.html
View file @
5c9854e5
...
...
@@ -84,7 +84,7 @@
<div
class=
"clear"
></div>
</div>
</li>
<li
class=
"entry small-row"
>
<li
class=
"entry small-row
key
"
>
<div
class=
"summary"
id=
"keys"
>
<div
class=
"name keys"
>
{% trans "Manage keys" %}
</div>
<div
class=
"clear"
></div>
...
...
one/templates/box/key/entry.html
View file @
5c9854e5
...
...
@@ -3,7 +3,7 @@
{% get_current_language as LANGUAGE_CODE %}
{% block content %}
<li
class=
"entry"
id=
"key-{{key.id}}"
style=
"display: none"
>
<li
class=
"entry
key
"
id=
"key-{{key.id}}"
style=
"display: none"
>
{{block.super}}
</li>
{% endblock content %}
...
...
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