File tree 8 files changed +8
-1
lines changed
8 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
{% extends "layout.html" %}
2
+ {% block title %}About - {% endblock %}
2
3
{% block body %}
3
4
{% include "shared/nav.html" %}
4
5
< main class ="wc-UIContent " role ="main ">
Original file line number Diff line number Diff line change 1
1
{% extends "layout.html" %}
2
+ {% block title %}Contributors - {% endblock %}
2
3
{% block body %}
3
4
< div >
4
5
{% include "shared/nav.html" %}
Original file line number Diff line number Diff line change 1
1
{% extends "layout.html" %}
2
+ {% block title %}Issue #{{ number }} - {% endblock %}
2
3
{% block body %}
3
4
{% include "shared/nav.html" %}
4
5
< main class ="wc-UISection wc-UISection--backgroundColor " role ="main ">
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
- < title > webcompat.com</ title >
4
+ < title > {% block title %}{% endblock %} webcompat.com</ title >
5
5
< meta charset ="utf-8 ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
7
< meta name ="description " content ="Open source community for web compatibility. Report bugs from websites or for browsers and help us move the web forward. ">
Original file line number Diff line number Diff line change 1
1
{% extends "layout.html" %}
2
+ {% block title %}Issues - {% endblock %}
2
3
{% block body %}
3
4
< div class ="wc-SearchIssue js-SearchIssue " data-username ="{{ session.username }} ">
4
5
{% include "shared/nav.html" %}
Original file line number Diff line number Diff line change 1
1
{%- extends "layout.html" -%}
2
+ {% block title %}New Issue - {% endblock %}
2
3
{%- block body -%}
3
4
{% include "topbar.html" %}
4
5
< main role ="main ">
Original file line number Diff line number Diff line change 1
1
{% extends "layout.html" %}
2
+ {% block title %}Privacy Policy - {% endblock %}
2
3
{% block body %}
3
4
{% include "shared/nav.html" %}
4
5
< main class ="wc-UIContent " role ="main ">
Original file line number Diff line number Diff line change 1
1
{% extends "layout.html" %}
2
+ {% block title %}{{user}}'s Activity - {% endblock %}
2
3
{% block body %}
3
4
{% include "shared/nav.html" %}
4
5
< main role ="main ">
You can’t perform that action at this time.
0 commit comments