Skip to content

Commit

Permalink
remove module/author switch from front page
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Dec 22, 2016
1 parent d5b53b6 commit fcaad41
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions root/home.html
Expand Up @@ -13,16 +13,6 @@
<div class="form-group">
<input type="text" name="q" size="41" autofocus="autofocus" id="search-input" class="form-control home-search-input">
</div>
<div class="form-group search-type">
<label class="radio-inline">
<input type="radio" name="search_type" value="modules" checked>
Modules
</label>
<label class="radio-inline">
<input type="radio" name="search_type" value="authors">
Authors
</label>
</div>
<div class="form-group">
<button type="submit" class="btn search-btn">Search the CPAN</button>
<button type="submit" class="btn search-btn" name="lucky" value="1">I'm Feeling Lucky</button>
Expand Down

0 comments on commit fcaad41

Please sign in to comment.