From: Damien Lespiau Date: Fri, 18 Dec 2015 16:50:15 +0000 (+0000) Subject: ui: Use

for page titles X-Git-Tag: v1.1.0~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=707bb9485236c4630b8b648c00d38226a939b5cd;p=thirdparty%2Fpatchwork.git ui: Use

for page titles

is used for titles within the page, but shouldn't be used for page titles, which are a level higher. Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- diff --git a/patchwork/templates/patchwork/bundles.html b/patchwork/templates/patchwork/bundles.html index 35235fbf..6467a307 100644 --- a/patchwork/templates/patchwork/bundles.html +++ b/patchwork/templates/patchwork/bundles.html @@ -7,6 +7,7 @@ {% block bundle_active %}active{% endblock %} {% block body %} +

Bundles

{% if bundles %} diff --git a/patchwork/templates/patchwork/list.html b/patchwork/templates/patchwork/list.html index df25bb5e..fc33d7bd 100644 --- a/patchwork/templates/patchwork/list.html +++ b/patchwork/templates/patchwork/list.html @@ -9,7 +9,7 @@ {% block body %} -

Incoming Patches

+

Patches

{% if errors %}

The following error{{ errors|length|pluralize:" was,s were" }} encountered diff --git a/patchwork/templates/patchwork/patch.html b/patchwork/templates/patchwork/patch.html index b5d0eb7d..ae9355dc 100644 --- a/patchwork/templates/patchwork/patch.html +++ b/patchwork/templates/patchwork/patch.html @@ -27,7 +27,7 @@ function toggle_headers(link_id, headers_id) } -

{{ patch.name }}

+

{{ patch.name }}

Submitted by {{ patch.submitter|personify:project }} on {{ patch.date }}
diff --git a/patchwork/templates/patchwork/profile.html b/patchwork/templates/patchwork/profile.html index acc90de0..2ec2db1b 100644 --- a/patchwork/templates/patchwork/profile.html +++ b/patchwork/templates/patchwork/profile.html @@ -5,6 +5,7 @@ {% block body %} +

Your Profile

{% if user.profile.maintainer_projects.count %} diff --git a/patchwork/templates/patchwork/project.html b/patchwork/templates/patchwork/project.html index 5238ba48..b84e5dcf 100644 --- a/patchwork/templates/patchwork/project.html +++ b/patchwork/templates/patchwork/project.html @@ -5,6 +5,7 @@ {% block info_active %}active{% endblock %} {% block body %} +

About {{project.name}}

diff --git a/patchwork/templates/patchwork/todo-list.html b/patchwork/templates/patchwork/todo-list.html index b3019017..5e60446a 100644 --- a/patchwork/templates/patchwork/todo-list.html +++ b/patchwork/templates/patchwork/todo-list.html @@ -6,6 +6,7 @@ {% block heading %}{{user}}'s todo list for {{ project.linkname }}{% endblock %} {% block body %} +

TODO

A Patchwork Todo-list contains patches that are assigned to you, and are in an "action required" state diff --git a/patchwork/templates/patchwork/todo-lists.html b/patchwork/templates/patchwork/todo-lists.html index 6365f59a..352ca5d1 100644 --- a/patchwork/templates/patchwork/todo-lists.html +++ b/patchwork/templates/patchwork/todo-lists.html @@ -4,6 +4,7 @@ {% block heading %}{{ user }}'s todo lists{% endblock %} {% block body %} +

TODO

{% if todo_lists %}

You have multiple todo lists. Each todo list contains patches for a single