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

Add missing tr from sidebar table

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