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
roomlist
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
roomlist
Commits
fa4bccd4
Commit
fa4bccd4
authored
Nov 04, 2015
by
Daniel W Bond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
I think the slightly-moved-in breadcrumbs look better
parent
34c3a490
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
roomlist/housing/templates/detail_building.html
roomlist/housing/templates/detail_building.html
+1
-1
roomlist/housing/templates/detail_floor.html
roomlist/housing/templates/detail_floor.html
+1
-1
roomlist/housing/templates/detail_room.html
roomlist/housing/templates/detail_room.html
+1
-1
roomlist/housing/templates/list_buildings.html
roomlist/housing/templates/list_buildings.html
+2
-2
No files found.
roomlist/housing/templates/detail_building.html
View file @
fa4bccd4
...
...
@@ -8,7 +8,7 @@
<h1><strong>
SRCT
</strong>
ROOMLIST
</h1>
<p
class=
"lead"
><strong>
{{ building.name }}
</strong></p>
</div>
<div
class=
"col-md-1
2
"
>
<div
class=
"col-md-1
0 col-md-offset-1
"
>
<ol
id=
"breadcrumb"
class=
"breadcrumb"
>
<li><a
href=
"/"
>
Home
</a></li>
<li><a
href=
"{% url 'list_buildings' %}"
>
Buildings
</a></li>
...
...
roomlist/housing/templates/detail_floor.html
View file @
fa4bccd4
...
...
@@ -9,7 +9,7 @@
<h1><strong>
SRCT
</strong>
ROOMLIST
</h1>
<p
class=
"lead"
><strong>
{{ floor.building.name }} {{ floor.number|ordinal }}
</strong></p>
</div>
<div
class=
"col-md-1
2
"
>
<div
class=
"col-md-1
0 col-md-offset-1
"
>
<ol
id=
"breadcrumbs"
class=
"breadcrumb"
>
<li><a
href=
"/"
>
Home
</a></li>
<li><a
href=
"{% url 'list_buildings' %}"
>
Buildings
</a></li>
...
...
roomlist/housing/templates/detail_room.html
View file @
fa4bccd4
...
...
@@ -10,7 +10,7 @@
<h1><strong>
SRCT
</strong>
ROOMLIST
</h1>
<p
class=
"lead"
><strong>
{{ room.floor.building.name }} {{ room.number }}
</strong></p>
</div>
<div
class=
"col-md-1
2
"
>
<div
class=
"col-md-1
0 col-md-offset-1
"
>
<ol
id=
"breadcrumbs"
class=
"breadcrumb"
>
<li><a
href=
"/"
>
Home
</a></li>
<li><a
href=
"{% url 'list_buildings' %}"
>
Buildings
</a></li>
...
...
roomlist/housing/templates/list_buildings.html
View file @
fa4bccd4
...
...
@@ -10,12 +10,12 @@
<h1><strong>
SRCT
</strong>
ROOMLIST
</h1>
<p
class=
"lead"
><strong>
Buildings
</strong></p>
</div>
<div
class=
"col-md-1
2"
>
<div
class=
"col-md-1
0 col-md-offset-1"
><h3
>
<ol
id=
"breadcrumb"
class=
"breadcrumb"
>
<li><a
href=
"/"
>
Home
</a></li>
<li
class=
"active"
>
Buildings
</li>
</ol>
</div>
</
h3></
div>
</div>
</div>
...
...
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