Use layout-full base where appropriate

Also removes todo.html entirely
This commit is contained in:
Drew DeVault 2019-02-11 11:18:09 -05:00
parent 50c4fc68ca
commit 7ccee085ad
10 changed files with 14 additions and 18 deletions

View File

@ -1,5 +1,5 @@
{% extends "todo.html" %}
{% block content %}
{% extends "layout.html" %}
{% block body %}
<div class="container">
<div class="row">
<div class="col-md-4">

View File

@ -1,4 +1,4 @@
{% extends "todo.html" %}
{% extends "layout.html" %}
{% block title %}
<title>
Edit {{tracker.name}}/#{{ticket.scoped_id}}:

View File

@ -1,5 +1,5 @@
{% extends "todo.html" %}
{% block content %}
{% extends "layout.html" %}
{% block body %}
<div class="container">
<div class="row">
<div class="col-md-8">

View File

@ -1,4 +1,4 @@
{% extends "layout.html" %}
{% extends "layout-full.html" %}
{% block body %}
<div class="container-fluid">
<div class="row">

View File

@ -1,4 +1,4 @@
{% extends "todo.html" %}
{% extends "layout-full.html" %}
{% block title %}
<title>
{{tracker.name}}/#{{ticket.scoped_id}}:
@ -26,7 +26,7 @@
</div>
</div>
<div class="header-tabbed">
<div class="container">
<div class="container-fluid">
<div class="row">
<div class="col-md-12 header-tabbed" style="border: none; margin: 0;">
<ul class="nav nav-tabs">

View File

@ -1,4 +0,0 @@
{% extends "layout.html" %}
{% block body %}
{% block content %}{% endblock %}
{% endblock %}

View File

@ -1,4 +1,4 @@
{% extends "todo.html" %}
{% extends "layout.html" %}
{% block title %}
<title>
Create tracker
@ -6,7 +6,7 @@
{{ cfg("sr.ht", "site-name") }} todo
</title>
{% endblock %}
{% block content %}
{% block body %}
<div class="container">
<div class="row">
<div class="col-md-6">

View File

@ -1,4 +1,4 @@
{% extends "todo.html" %}
{% extends "layout-full.html" %}
{% block title %}
<title>
labels

View File

@ -1,4 +1,4 @@
{% extends "todo.html" %}
{% extends "layout-full.html" %}
{% block title %}
<title>
{{tracker.name}}

View File

@ -1,5 +1,5 @@
{% extends "todo.html" %}
{% block content %}
{% extends "layout.html" %}
{% block body %}
<div class="container">
<div class="row">
<div class="col-md-4">