Commit 4f2982f9 authored by Jacob Schatz's avatar Jacob Schatz Committed by Eric Eastwood

Add v-if to parent document.

parent 33d15843
......@@ -50,7 +50,7 @@ export default {
v-if="isMini"
:is="currentBlobView"
class="blob-viewer-container"/>
<repo-file-buttons/>
<repo-file-buttons v-if="isMini"/>
</div>
<repo-commit-section/>
<popup-dialog
......
......@@ -28,7 +28,7 @@ export default RepoFileButtons;
</script>
<template>
<div id="repo-file-buttons" v-if="isMini">
<div id="repo-file-buttons">
<a :href="activeFile.raw_path" target="_blank" class="btn btn-default raw" rel="noopener noreferrer">{{rawDownloadButtonLabel}}</a>
<div class="btn-group" role="group" aria-label="File actions">
......
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