Skip to content

Commit

Permalink
Merge pull request #338 from desyncr/fix-broken-image
Browse files Browse the repository at this point in the history
Fix broken image on Search section.
  • Loading branch information
bry4n committed Dec 20, 2013
2 parents 347268b + f1395fe commit c9f5b47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/shared/_masthead.html.erb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<img src="https://d1ffx7ull4987f.cloudfront.net/images/achievements/large_badge/121/completed-try-git-1d5111823aae2bb9d14fbcb663998353.png" height="42" width="42" style="float: left; margin: -2px 4px 0 0;"/> Learn Git in your browser for free with <a href="http://try.github.com">Try Git</a>. <img src="https://d1ffx7ull4987f.cloudfront.net/images/achievements/large_badge/121/completed-try-git-1d5111823aae2bb9d14fbcb663998353.png" height="42" width="42" style="float: left; margin: -2px 4px 0 0;"/> Learn Git in your browser for free with <a href="http://try.github.com">Try Git</a>.
</p> </p>


<img class="illustration" src="images/branching-illustration@2x.png" width="389" height="251" /> <img class="illustration" src="/images/branching-illustration@2x.png" width="389" height="251" />
</div> <!-- .inner --> </div> <!-- .inner -->
</div> <!-- #masthead --> </div> <!-- #masthead -->

0 comments on commit c9f5b47

Please sign in to comment.