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
09157a6a
Commit
09157a6a
authored
Dec 23, 2017
by
moamoak
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'open_graph' into 'master'
Open graph See merge request federez/re2o!54
parents
aa39918e
45aafd40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
5 deletions
+14
-5
templates/base.html
templates/base.html
+14
-5
No files found.
templates/base.html
View file @
09157a6a
...
...
@@ -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
...
...
@@ -29,7 +28,17 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<!DOCTYPE html>
<html
lang=
"fr"
>
<head>
<head
prefix=
"og: http://ogp.me/ns#"
>
<meta
property=
"og:title"
content=
"Re2o"
/>
<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:image"
content=
"http://{{request.get_host}}/static/logo/re2o.png"
/>
{%endif%}
<meta
property=
"og:description"
content=
"Site de gestion de réseau supporté par FedeRez."
/>
{# Load CSS and JavaScript #}
{% bootstrap_css %}
<link
href=
"/static/css/typeaheadjs.css"
rel=
"stylesheet"
>
...
...
@@ -102,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