Skip to content

Commit

Permalink
Text
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Meij committed May 9, 2012
1 parent fb4aa13 commit 0e6d052
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/index.erb
Expand Up @@ -35,9 +35,9 @@
<div class="container">
<div class="content">
<div class="hero-unit">
<p>Go to githubsearch.com/&lt;owner&gt;/&lt;repository&gt;</p> and enter a search query in the search bar.</p>
<p>The first time a repository is requested it will be cloned, before subsequent requests it will be updated. Currently we only support the master branch of a repository.</p>
<p color="#999">This implementation is a hack and only meant to solve a very immediate problem we had, a more sufficitacted solution is in development<p>
<p>Go to githubsearch.com/&lt;owner&gt;/&lt;repository&gt; and enter a search query in the search bar.</p>
The first time a repository is requested it will be cloned, before subsequent requests it will be updated. Currently we only support the master branch of a repository.<br/><br/>
<p style="color: #999999">This implementation is a hack and only meant to solve a very immediate problem we had, a more sophisticated solution is in development</p>
</div>
<% if result %>
<div class="row">
Expand Down

0 comments on commit 0e6d052

Please sign in to comment.