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
f8c66c50
Commit
f8c66c50
authored
Feb 23, 2018
by
matthieu
Committed by
root
Feb 23, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changement de positionnement du bouton a propos, désormais en lien sur le footer
parent
18d51628
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
templates/base.html
templates/base.html
+3
-9
No files found.
templates/base.html
View file @
f8c66c50
...
@@ -33,13 +33,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
...
@@ -33,13 +33,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<head
prefix=
"og: http://ogp.me/ns#"
>
<head
prefix=
"og: http://ogp.me/ns#"
>
<meta
property=
"og:title"
content=
"Re2o"
/>
<meta
property=
"og:title"
content=
"Re2o"
/>
<meta
property=
"og:type"
content=
"website"
/>
<meta
property=
"og:type"
content=
"website"
/>
{% if request.is_secure %}
<meta
property=
"og:url"
content=
"\\{{request.get_host}}"
/>
<meta
property=
"og:url"
content=
"https://{{request.get_host}}"
/>
<meta
property=
"og:image"
content=
"\\{{request.get_host}}/static/logo/re2o.png"
/>
<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."
/>
<meta
property=
"og:description"
content=
"Site de gestion de réseau supporté par FedeRez."
/>
{# Load CSS and JavaScript #}
{# Load CSS and JavaScript #}
{% bootstrap_css %}
{% bootstrap_css %}
...
@@ -91,7 +86,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
...
@@ -91,7 +86,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% can_view_app logs %}
{% can_view_app logs %}
<li><a
href=
"{% url "
logs:index
"
%}"
>
Statistiques
</a></li>
<li><a
href=
"{% url "
logs:index
"
%}"
>
Statistiques
</a></li>
{% acl_end %}
{% acl_end %}
<li><a
href=
"{% url "
about
"
%}"
>
À propos
</a></li>
</ul>
</ul>
<div
class=
"col-sm-3 col-md-3 navbar-right"
>
<div
class=
"col-sm-3 col-md-3 navbar-right"
>
<form
action=
"{% url "
search:search
"%}"
class=
"navbar-form"
role=
"search"
>
<form
action=
"{% url "
search:search
"%}"
class=
"navbar-form"
role=
"search"
>
...
@@ -226,7 +220,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
...
@@ -226,7 +220,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<footer
class=
"navbar"
>
<footer
class=
"navbar"
>
<div
class=
"containerfluid text-center"
>
<div
class=
"containerfluid text-center"
>
<p>
Re2o 2016-2018
- Gabriel Détraz,
<a
href=
"https://gitlab.rezometz.org/lhark"
>
Goulven Kermarec
</a>
, Augustin Lemesle, Maël Kervella, Hugo Levy-Falk
</p>
<p>
<a
href=
"\\{{request.get_host}}/about/"
>
Re2o 2016-2018
</a>
- Gabriel Détraz,
<a
href=
"https://gitlab.rezometz.org/lhark"
>
Goulven Kermarec
</a>
, Augustin Lemesle, Maël Kervella, Hugo Levy-Falk
</p>
</div>
</div>
</footer>
</footer>
{# Read the documentation for more information #}
{# Read the documentation for more information #}
...
...
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