~registry/ubuntu-friendly/trunk

« back to all changes in this revision

Viewing changes to apps/browse/templates/mobile_base.html

  • Committer: Mike Heald
  • Date: 2013-08-15 08:50:48 UTC
  • mfrom: (146.1.1 ubuntu-friendly)
  • Revision ID: mike.heald@canonical.com-20130815085048-zw0t1afxgazzcbjv
Merge of lp:~timrchavez/ubuntu-friendly/notification-work

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
<meta name="format-detection" content="telephone=no">
6
6
<meta name = "viewport" content = "width = 320, initial-scale = 1.0, user-scalable = no">
7
7
<link rel="stylesheet" type="text/css" href="{{ ASSET_ROOT }}/assets/mobile/css/mobile.css"/>
 
8
<link rel="stylesheet" type="text/css" href="{{ ASSET_ROOT }}/assets/css/eol.css"/>
8
9
</head>
9
10
<body>
 
11
{% block notification %}
 
12
<div class="eol">
 
13
    <p>
 
14
        <i class="icon-error"></i>
 
15
        Ubuntu Friendly will be discontinued on <b><u>September 15, 2013</u></b>. We would like to thank everyone who contributed to the project with their time and test results.
 
16
    </p>
 
17
</div>
 
18
{% endblock %}
10
19
<ul id="tabnav">
11
20
{% for t in tabs %}
12
21
<li><a href="{{ t.url }}"{% if t.active %} class="active"{% endif %}>{{ t.label }}</a></li>