Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Commit

Permalink
link directly to raw log
Browse files Browse the repository at this point in the history
  • Loading branch information
montyanderson committed Jan 28, 2020
1 parent d10d732 commit 8d8996c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ui/components/UserPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@
</button>
</router-link>

<router-link v-bind:to="'/user/' + username + '/log'">
<!--<router-link v-bind:to="'/user/' + username + '/log'">-->
<a v-bind:href="'/user/' + username + '/log'">
<button class="btn btn-sm btn-outline-dark">
View Log
</button>
</router-link>
</a>
<!--</router-link>-->
</div>

<div class="col" style="text-align: center; padding-top: 3px;">
Expand Down

0 comments on commit 8d8996c

Please sign in to comment.