File: top-menu.html

package info (click to toggle)
ruby-arbre 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 440 kB
  • sloc: ruby: 1,716; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
<div id="header">
    <h1><a href="{{ site.baseurl }}/index.html"><span>Arbre</span></a></h1>

    <div id="nav">
        <!-- a href="{{ site.baseurl }}/documentation.html">Documentation</a -->
        <a href="http://github.com/activeadmin/arbre">Get the Code</a>
    </div>
</div>