Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
La Quadrature du Net
rpteam
rp
Commits
a8b051fc
Commit
a8b051fc
authored
Apr 24, 2017
by
cynddl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Integration of jedi and padawan icons
parent
303ead8f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
2 deletions
+11
-2
apps/rp/templates/rp/article_list.html
apps/rp/templates/rp/article_list.html
+1
-1
static/src/admin.css
static/src/admin.css
+1
-0
static/src/shared/utils.css
static/src/shared/utils.css
+4
-0
templates/base.html
templates/base.html
+5
-1
No files found.
apps/rp/templates/rp/article_list.html
View file @
a8b051fc
...
...
@@ -53,7 +53,7 @@
<th>
Title
</th>
<th>
Note
</th>
<th>
Added
by
</th>
<th>
Actions
</th>
<th>
Actions
<
img
class=
"inline-image ml-2"
role=
"img"
src=
"{% static 'img/jedi.svg' %}"
/><
/th>
</tr>
</thead>
<tbody>
...
...
static/src/admin.css
View file @
a8b051fc
...
...
@@ -2,6 +2,7 @@
@import
"shared/colors.css"
;
@import
"shared/fonts.css"
;
@import
"shared/typography.css"
;
@import
"shared/utils.css"
;
/* Shared components */
@import
"components/layout.css"
;
...
...
static/src/shared/utils.css
0 → 100644
View file @
a8b051fc
.inline-image
{
display
:
inline-block
;
height
:
1em
;
}
templates/base.html
View file @
a8b051fc
...
...
@@ -109,7 +109,11 @@
<div
class=
"collapse navbar-collapse"
id=
"navbarSupportedContent"
>
<a
class=
"navbar-brand"
href=
"/"
><img
class=
"float-left"
src=
"/static/img/logo.png"
alt=
""
></a>
<ul
class=
"navbar-nav ml-auto"
>
<li
class=
"nav-item"
><a
class=
"nav-link"
href=
"#add-account"
>
Vous êtes Padawan
</a></li>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"#add-account"
>
Vous êtes Padawan
<img
class=
"inline-image ml-2"
role=
"img"
src=
"{% static 'img/padawan.svg' %}"
/>
</a>
</li>
</ul>
</div>
</nav>
...
...
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