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; ...@@ -72,6 +72,7 @@ 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">
<tr>
<th v-if="!isMini"> <th v-if="!isMini">
Name Name
</th> </th>
...@@ -84,6 +85,7 @@ export default RepoSidebar; ...@@ -84,6 +85,7 @@ export default RepoSidebar;
<th class="hidden-xs" v-if="!isMini"> <th class="hidden-xs" v-if="!isMini">
Last Update Last Update
</th> </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