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
re2o
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nounous
re2o
Commits
895d8457
Commit
895d8457
authored
Dec 13, 2017
by
matthieu
Committed by
root
Dec 23, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Utilisation d'un logo Re2o et d'Url local issue #53
parent
9af905f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
templates/base.html
templates/base.html
+7
-7
No files found.
templates/base.html
View file @
895d8457
...
...
@@ -3,7 +3,6 @@ Re2o est un logiciel d'administration développé initiallement au rezometz. Il
se veut agnostique au réseau considéré, de manière à être installable en
quelques clics.
Copyright © 2017 Gabriel Détraz
Copyright © 2017 Goulven Kermarec
Copyright © 2017 Augustin Lemesle
...
...
@@ -34,11 +33,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<meta
property=
"og:type"
content=
"website"
/>
{% if request.is_secure %}
<meta
property=
"og:url"
content=
"https://{{request.get_host}}"
/>
<meta
property=
"og:image"
content=
"https://{{request.get_host}}/static/logo/re2o.png"
/>
{%else%}
<meta
property=
"og:url"
content=
"http://{{request.get_host}}"
/>
<meta
property=
"og:url"
content=
"http://{{request.get_host}"
/>
<meta
property=
"og:image"
content=
"http://{{request.get_host}}/static/logo/re2o.png"
/>
{%endif%}
<meta
property=
"og:image"
content=
"https://pbs.twimg.com/profile_images/3217211434/3079b649023b1ea0e1f387df9b9cc7e7_400x400.png"
/>
<meta
property=
"og:description"
content=
"Site de gestion de rézo féderez"
/>
<meta
property=
"og:description"
content=
"Site de gestion de rézo supporté par FedeRez"
/>
{# Load CSS and JavaScript #}
{% bootstrap_css %}
<link
href=
"/static/css/typeaheadjs.css"
rel=
"stylesheet"
>
...
...
@@ -111,10 +111,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<a
href=
"{% url 'preferences:display-options' %}"
>
<span
class=
"glyphicon glyphicon-cog"
></span>
Preferences
</a>
</li>
</ul>
</li>
</ul>
{% endif %}
</div>
</div>
</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