Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #860 from groovecoder/remove-latest-banner-840657
Browse files Browse the repository at this point in the history
fix bug 840657 - remove banner above latest block
  • Loading branch information
lmorchard committed Feb 13, 2013
2 parents 3ac3f75 + 6a83b43 commit 8fabbc8
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions apps/landing/templates/landing/home.html
Expand Up @@ -116,29 +116,6 @@ <h2>{{ _('Firefox<br />for developers') | safe }}</h2>

<div class="home-extra">
<div class="col-1">
{% if waffle.switch('apps_promo') %}
<figure id="apps-promo" class="promo banner">
<a href="{{ devmo_url('apps') }}">
<img src="{{MEDIA_URL}}img/labsapps-promo-456x150.png" width="456" height="150" alt="{{ _("Be part of the Mozilla Labs Apps project. Learn More.") }}">
</a>
</figure>
{% elif waffle.switch('labs_snippets_landing') %}
<figure id="snippet-promo" class="promo banner">
<a href="https://hacks.mozilla.org/2012/07/taking-snippets-to-the-next-level">
{% trans %}
<span class="heading">We're taking snippets<br />to the next level.</span>
<span class="conversion">See what's new &raquo;</span>
{% endtrans %}
</a>
</figure>
{% else %}
<figure id="webfwd-promo" class="promo banner">
<a href="http://webfwd.org" rel="external">
<img src="{{MEDIA_URL}}img/webfwd-promo-banner.png" width="456" height="161" alt="Web Fwd: Mozilla's accelerator for open Web projects. Learn more.">
</a>
</figure>
{% endif %}

<section id="home-news">
<h1>{{_("Latest News & Updates")}}</h1>
{{ newsfeed(updates, section_headers=True) }}
Expand Down

0 comments on commit 8fabbc8

Please sign in to comment.