Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
flask-admin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
flask-admin
Commits
c42eee33
Commit
c42eee33
authored
Sep 11, 2015
by
Paul Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tabs to spaces in bs3 base.html
parent
f7a647a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
base.html
flask_admin/templates/bootstrap3/admin/base.html
+15
-15
No files found.
flask_admin/templates/bootstrap3/admin/base.html
View file @
c42eee33
...
@@ -5,8 +5,8 @@
...
@@ -5,8 +5,8 @@
<head>
<head>
<title>
{% block title %}{% if admin_view.category %}{{ admin_view.category }} - {% endif %}{{ admin_view.name }} - {{ admin_view.admin.name }}{% endblock %}
</title>
<title>
{% block title %}{% if admin_view.category %}{{ admin_view.category }} - {% endif %}{{ admin_view.name }} - {{ admin_view.admin.name }}{% endblock %}
</title>
{% block head_meta %}
{% block head_meta %}
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
name=
"author"
content=
""
>
...
@@ -30,19 +30,19 @@
...
@@ -30,19 +30,19 @@
{% block page_body %}
{% block page_body %}
<div
class=
"container"
>
<div
class=
"container"
>
<nav
class=
"navbar navbar-default"
role=
"navigation"
>
<nav
class=
"navbar navbar-default"
role=
"navigation"
>
<!-- Brand and toggle get grouped for better mobile display -->
<!-- Brand and toggle get grouped for better mobile display -->
<div
class=
"navbar-header"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
"#admin-navbar-collapse"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
"#admin-navbar-collapse"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
</button>
{% block brand %}
{% block brand %}
<a
class=
"navbar-brand"
href=
"#"
>
{{ admin_view.admin.name }}
</a>
<a
class=
"navbar-brand"
href=
"#"
>
{{ admin_view.admin.name }}
</a>
{% endblock %}
{% endblock %}
</div>
</div>
<!-- navbar content -->
<!-- navbar content -->
<div
class=
"collapse navbar-collapse"
id=
"admin-navbar-collapse"
>
<div
class=
"collapse navbar-collapse"
id=
"admin-navbar-collapse"
>
{% block main_menu %}
{% block main_menu %}
<ul
class=
"nav navbar-nav"
>
<ul
class=
"nav navbar-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