Skip to content

Commit

Permalink
Nuke some mockup data on /search
Browse files Browse the repository at this point in the history
Eventually we want to have some useful data there, but while we have plenty of
ideas, no one has implemented anything yet. This is still better than confusing
non-functional links.
  • Loading branch information
rafl committed Sep 3, 2011
1 parent aa4689b commit 8dbf073
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions root/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,8 @@
<li class="icon icon-server">Mirrors</li>
</ul>
<hr>-->
<strong>Tags</strong>
<div class="search-tag">
<ul><!--
<li><a style="background-color: <% "stable".to_color %>">8x stable <span>x</span></a></li>
<li><a style="background-color: <% "moose".to_color %>">3x moose<span>x</span></a></li>
<li><a style="background-color: <% "deprecated".to_color %>">2x deprecated<span>x</span></a></li>
-->
<li><i>none</i></li>
</ul>
</div>
<!--<a href="">more ...</a>-->
<hr>
<strong>Index</strong>
<ul>
<a href=""><li>Latest</li></a>
<a href=""><li>CPAN</li></a>
<a href=""><li>BackPAN</li></a>
</ul>
<strong>Something missing?</strong>
<p>It's probably a bug. <a href="https://github.com/CPAN-API/metacpan-web/issues/new">Report it!</a></p>
</div>

<div class="search-results">
Expand Down Expand Up @@ -81,4 +65,4 @@
<% END %>
<% INCLUDE inc/pager.html size = 20 %>
</div>
<pre>
<pre>

0 comments on commit 8dbf073

Please sign in to comment.