Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hunter T Jozwiak
whats-open
Commits
d8fda784
Commit
d8fda784
authored
Feb 01, 2014
by
Renfred Harper
Browse files
Create move templates to layouts directory
parent
0ffd4e3d
Changes
5
Hide whitespace changes
Inline
Side-by-side
templates/about.html
→
templates/
layouts/
about.html
View file @
d8fda784
File moved
templates/base.html
→
templates/
layouts/
base.html
View file @
d8fda784
...
...
@@ -2,7 +2,7 @@
<html>
{% block head %}
<head>
{% include 'head.html' %}
{% include '
layouts/
head.html' %}
</head>
{% endblock %}
<body>
...
...
@@ -45,7 +45,7 @@
{% endblock %}
<div
id=
"about-body"
>
<div
class=
"container"
id=
"about-container"
>
{% include 'about.html' %}
{% include '
layouts/
about.html' %}
</div>
</div>
<div
id=
"info-body"
>
...
...
templates/head.html
→
templates/
layouts/
head.html
View file @
d8fda784
File moved
templates/location_grid.html
View file @
d8fda784
{% extends 'base.html' %}
{% extends '
layout/
base.html' %}
<!-- Grid with restaurants sorted by location -->
<!-- New revisions pending major revisions (whoo JavaScript!) by Tyler -->
...
...
templates/restaurant_grid.html
View file @
d8fda784
{% extends 'base.html' %}
{% extends '
layouts/
base.html' %}
{% block campus %}
...
...
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