Skip to content

Commit

Permalink
Merge pull request misterGF#28 from balain/master
Browse files Browse the repository at this point in the history
Fixed link to repo in Repos.vue
  • Loading branch information
misterGF authored Apr 11, 2017
2 parents 36869b4 + 7afce93 commit f23e203
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/views/Repos.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
</div>
<div class="col-sm-4 border-right">
<div class="description-block">
<button type="button" class="btn btn-block btn-default btn-lg">
<a v-bind:href="repo.owner.html_url" target="_blank">Visit</a>
</button>
<a v-bind:href="repo.owner.html_url" target="_blank">
<button type="button" class="btn btn-default btn-lg">Visit</button>
</a>
</div>
</div>
<div class="col-sm-4">
Expand Down

0 comments on commit f23e203

Please sign in to comment.