updated text and links; (bug 805214)
This commit is contained in:
Родитель
e255a18bf2
Коммит
1d84272e67
|
@ -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¯os=true'
|
||||
'mdn': 'https://developer.mozilla.org/%(locale)s/docs/Apps/Tutorials/General/Foundations_of_an_HTML5_Web_app?raw=1¯os=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 & 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 %}
|
||||
|
|
Загрузка…
Ссылка в новой задаче