diff --git a/run.py b/run.py index 7829fbb..304273f 100644 --- a/run.py +++ b/run.py @@ -79,7 +79,8 @@ known_issues = c.fetchall() env = jinja2.Environment(loader=jinja2.FileSystemLoader('templates')) tmpl = env.get_template('aurora.html') -print tmpl.render({'product_name': product_name, +print tmpl.render({'is_mobile': product_name == 'Firefox for mobile', + 'release_date': release_date, 'version': version_arg, 'whats_new': whats_new, 'fixed': fixed, diff --git a/templates/aurora.html b/templates/aurora.html index 2ef7b2b..fb19b9a 100644 --- a/templates/aurora.html +++ b/templates/aurora.html @@ -16,15 +16,15 @@ EXTRA_HEADERS;

View notes for:

@@ -90,36 +93,44 @@ EXTRA_HEADERS;

Try Firefox Aurora

    -
  1. Check »
  2. -
  3. Download »
  4. -
  5. Install »
  6. -
  7. Customize »
  8. +
  9. + + Check » + +
  10. +
  11. + + Download » + +
  12. + {% if not is_mobile %} +
  13. Install »
  14. +
  15. Customize »
  16. + {% endif %}

Want to get involved?

Did you know that most of the contention Firefox Support was written by volunteers?

- Find out more » + Find out more »

Having Problems?

    -
  1. Give us feedback on your experience with Aurora » [dev only]
  2. -
  3. Search for answers on the Firefox Support page »
  4. -
  5. Look at the known issues list and see if we already know about the problem » [dev only]
  6. -
  7. If you can’t find reference to your issue, please consider filing a technical bug report » [dev only]
  8. +
  9. Search for answers on the Firefox Support page »
  10. +
  11. Look at the known issues list and see if we already know about the problem »
  12. +
  13. If you can’t find reference to your issue, please consider filing a technical bug report »
-

Other Resources

-

Firefox Support page »

-

Developer Information »

-

Future of Firefox Blog »

+

Other Resources

+

Developer Information »

+

Future of Firefox Blog »