Skip to content

Commit

Permalink
Remove search link from the status page
Browse files Browse the repository at this point in the history
  • Loading branch information
rwdaigle committed Oct 9, 2012
1 parent 4f1bb4d commit e7b106f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/gists/status.html.haml
Expand Up @@ -3,10 +3,10 @@
= "Indexing #{current_user.gists_count} gists and #{current_user.files_count} files..." = "Indexing #{current_user.gists_count} gists and #{current_user.files_count} files..."
- if current_user.fetched? - if current_user.fetched?
%b done %b done
%p / %p
= link_to "Go to gist search", search_gists_path / = link_to "Go to gist search", search_gists_path
- if !current_user.fetched? / - if !current_user.fetched?
%em (results may not be complete until indexing completes) / %em (results may not be complete until indexing completes)
- if !current_user.fetched? - if !current_user.fetched?
:javascript :javascript
Expand Down

0 comments on commit e7b106f

Please sign in to comment.