Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nopaque
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Looking for advice? Join the
Matrix channel for GitLab users in Bielefeld
!
Show more breadcrumbs
SFB 1288 - INF
nopaque
Commits
ea8250c8
Commit
ea8250c8
authored
5 years ago
by
Stephan Porada
Browse files
Options
Downloads
Patches
Plain Diff
Change href links to url_for()
parent
8410df32
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/templates/base.html.j2
+7
-6
7 additions, 6 deletions
app/templates/base.html.j2
with
7 additions
and
6 deletions
app/templates/base.html.j2
+
7
−
6
View file @
ea8250c8
...
...
@@ -3,18 +3,19 @@
<title>
Opaque - {% block title %}{% endblock %}
</title>
<!--
I
mport
Googl
e
I
con
Font
-->
<link
href=
"https://fonts.googleapis.com/icon?family=M
aterial
+I
cons
"
rel=
"stylesheet
"
>
<!--
i
mport
materializ
e
i
con
s css
-->
<link
type=
"text/css"
rel=
"stylesheet"
href=
"{{ url_for('static', filename='fonts/material-design-icons-3.0.1/iconfont/m
aterial
-i
cons
.css') }}
"
>
<!--Import materialize.css-->
<link
type=
"text/css"
rel=
"stylesheet"
href=
"static/css/materialize.min.css"
media=
"screen,projection"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"{{ url_for('static', filename='css/materialize.min.css') }}"
media=
"screen,projection"
/>
<!--Let browser know website is optimized for mobile-->
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
</head>
<body
class=
"blue-grey lighten-5"
>
{% block body %}{% endblock %}
{% block body %}
{% endblock %}
<!--JavaScript at end of body for optimized loading-->
<script
type=
"text/javascript"
src=
"
static/
js/materialize.min.js"
></script>
<script
type=
"text/javascript"
src=
"
{{ url_for('static', filename='
js/materialize.min.js
') }}
"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment