Commit 1ae5cd9d authored by Jacob Schatz's avatar Jacob Schatz Committed by Eric Eastwood

Self closing is right.

parent 1464d061
......@@ -46,7 +46,7 @@ export default {
<div class="repository-view tree-content-holder">
<repo-sidebar/><div class="panel-right" :class="{'edit-mode': editMode}">
<repo-tabs/>
<component :is="currentBlobView" class="blob-viewer-container"></component>
<component :is="currentBlobView" class="blob-viewer-container"/>
<repo-file-buttons/>
</div>
<repo-commit-section/>
......
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