Skip to content

Commit

Permalink
[2441] Include breadcrumb on search dataset page
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed May 28, 2012
1 parent be54fe5 commit 6e9108a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ckan/templates/package/search.html
Expand Up @@ -12,6 +12,12 @@
<title>Search for a Dataset</title>
</head>
<body>
<nav class="toolbar">
<ol class="breadcrumb">
<li class="active">${h.nav_link(_('Search Datasets'), controller='package', action='search', highlight_actions = 'new index')}</li>
</ol>
</nav>

<div class="primary">
<section class="module">
<div class="content">
Expand Down

0 comments on commit 6e9108a

Please sign in to comment.