Commit 55a169ac authored by Eric Eastwood's avatar Eric Eastwood

Allow last commit link to be clicked inside row

parent 0d4d777e
......@@ -90,7 +90,7 @@ export default RepoFile;
v-if="!isMini"
class="hidden-sm hidden-xs">
<div class="commit-message">
<a :href="file.lastCommitUrl">
<a @click.stop :href="file.lastCommitUrl">
{{file.lastCommitMessage}}
</a>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment