updated text and links; (bug 805214)

This commit is contained in:
Jen Fong-Adwent 2012-10-29 16:26:56 -04:00
Родитель e255a18bf2
Коммит 1d84272e67
2 изменённых файлов: 5 добавлений и 10 удалений

Просмотреть файл

@ -46,9 +46,9 @@ ALLOWED_ATTRIBUTES.update(dict((x, ['id', ]) for x in (
tutorials = [
{
'title': 'Parts of an HTML5 App',
'title': 'Foundations of an HTML5 Web app',
'name': 'html5',
'mdn': 'https://developer.mozilla.org/%(locale)s/docs/Apps/Tutorials/General/Parts_of_an_HTML5_app?raw=1&macros=true'
'mdn': 'https://developer.mozilla.org/%(locale)s/docs/Apps/Tutorials/General/Foundations_of_an_HTML5_Web_app?raw=1&macros=true'
},
{
'title': 'Manifests',

Просмотреть файл

@ -8,8 +8,8 @@
<li>
<a href="{{ url('ecosystem.documentation', page='html5') }}"
{% if section == 'html5' %}class="selected"{% endif %}
title="{{ _('HTML5') }}">
{{ _('HTML5') }}
title="{{ _('Web app Foundations') }}">
{{ _('Web app Foundations') }}
</a>
</li>
<li>
@ -62,13 +62,8 @@
</a>
</li>
</ol>
<h2>{{ _('Build') }}</h2>
<h2>{{ _('Tools &amp; Downloads') }}</h2>
<ol>
<li>
<a href="{{ get_login_link(url('submit.app')) }}"
title="{{ _('Submit an App') }}">
{{ _('Submit an App') }}</a>
</li>
<li>
<a href="{{ url('ecosystem.documentation', page='devtools') }}"
{% if section == 'devtools' %}class="selected"{% endif %}