Skip to content

Commit

Permalink
Github -> GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMissal committed Mar 1, 2013
1 parent 00afe22 commit 8d6e992
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions views/github.ejs
Expand Up @@ -12,10 +12,10 @@
var username = ''
}
%>
<a id="drop1" href="#" role="button" class="dropdown-toggle" data-toggle="dropdown">Github <b class="caret"></b></a>
<a id="drop1" href="#" role="button" class="dropdown-toggle" data-toggle="dropdown">GitHub <b class="caret"></b></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
<li><a tabindex="-1" href="<%- href %>"><i class="<%- icon %>"></i>&nbsp;<%- copy %> with Github</a></li>
<li><a tabindex="-1" href="#" id="import_github" data-github-username="<%- username %>"><i class="icon-download-alt"></i>&nbsp;Import from Github</a></li>
<!--<li><a tabindex="-1" href="#" id="save_github"><i class="icon-hdd"></i>&nbsp;Save to Github</a></li>-->
<li><a tabindex="-1" href="<%- href %>"><i class="<%- icon %>"></i>&nbsp;<%- copy %> with GitHub</a></li>
<li><a tabindex="-1" href="#" id="import_github" data-github-username="<%- username %>"><i class="icon-download-alt"></i>&nbsp;Import from GitHub</a></li>
<!--<li><a tabindex="-1" href="#" id="save_github"><i class="icon-hdd"></i>&nbsp;Save to GitHub</a></li>-->
</ul>
<% } %>

0 comments on commit 8d6e992

Please sign in to comment.