Commit c08c7122 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Add missing tr from sidebar table

parent c4882f70
......@@ -72,6 +72,7 @@ export default RepoSidebar;
<div id="sidebar" :class="{'sidebar-mini' : isMini}" v-cloak>
<table class="table">
<thead v-if="!isMini">
<tr>
<th v-if="!isMini">
Name
</th>
......@@ -84,6 +85,7 @@ export default RepoSidebar;
<th class="hidden-xs" v-if="!isMini">
Last Update
</th>
</tr>
</thead>
<tbody>
<repo-file-options
......
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