~dpm/help-app/test-animated-gif

« back to all changes in this revision

Viewing changes to edit-here/themes/web/templates/_header.html

  • Committer: Daniel Holbach
  • Date: 2015-03-09 15:57:56 UTC
  • mfrom: (78.2.3 help-app)
  • Revision ID: daniel.holbach@canonical.com-20150309155756-2j7mieeqbhltcw17
mergedĀ lp:~dpm/help-app/web-layout

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<nav role="navigation" class="nav-primary nav-right">
 
2
  <div class="logo">
 
3
    <a class="logo-ubuntu" href="/">
 
4
      <img width="106" height="25" src="{{ THEME_STATIC_DIR }}/img/llogo-ubuntu-orange.svg" alt="" />
 
5
      <span>help</span>
 
6
    </a>
 
7
  </div>
 
8
</nav>