Link issue tracker prominently
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
This commit is contained in:
parent
a2add46793
commit
32cec7f51b
2 changed files with 5 additions and 1 deletions
|
|
@ -17,6 +17,7 @@
|
|||
at the <a href="http://flask.spreadshirt.net/">Flask store</a>.
|
||||
<ul>
|
||||
<li><a href="{{ url_for('mailinglist.index') }}">Mailinglist</a>
|
||||
<li><a href=http://github.com/mitsuhiko/flask/issues>Issues tracker</a>
|
||||
<li><a href="{{ url_for('community.irc') }}">IRC Channel</a>
|
||||
<li><a href="{{ url_for('community.twitter') }}">Flask on Twitter</a>
|
||||
<li><a href="{{ url_for('community.poweredby') }}">Powered By Flask</a>
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ def hello():
|
|||
<a href="{{ url_for('docs.zip') }}">zipped HTML</a>
|
||||
<li><a href="{{ url_for('mailinglist.index') }}">Join the mailinglist</a>
|
||||
<li><a href=http://github.com/mitsuhiko/flask>Fork it on github</a>
|
||||
<li><a href=http://github.com/mitsuhiko/flask/issues>Add issues and feature requests</a>
|
||||
</ul>
|
||||
<h2>What’s in the Box?</h2>
|
||||
<ul>
|
||||
|
|
@ -79,7 +80,9 @@ def hello():
|
|||
channel</a> or join <a href="{{ url_for('mailinglist.index') }}"
|
||||
>the mailinglist</a>. Also as a simple method to help us improve
|
||||
the framework, visit the <a href=http://feedback.flask.pocoo.org/
|
||||
>feedback website</a>.
|
||||
>feedback website</a>. You can also directly add issues and feature
|
||||
requests to the <a href="http://github.com/mitsuhiko/flask/issues">
|
||||
issue tracker</a>.
|
||||
{% if tweets %}
|
||||
<h2>Recent Tweets</h2>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue