Skip to content
Snippets Groups Projects
Commit 0d33de73 authored by Clement Ho's avatar Clement Ho
Browse files

Merge branch 'repo-template-format-repo' into 'master'

Correct repo.vue template

Closes #36415

See merge request !13452
parents 8936a92e a7d9b9a8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -74,7 +74,8 @@ export default {
<tbody>
<repo-file-options
:is-mini="isMini"
:project-name="projectName"/>
:project-name="projectName"
/>
<repo-previous-directory
v-if="isRoot"
:prev-url="prevURL"
Loading
Loading
@@ -84,7 +85,8 @@ export default {
:key="n"
:loading="loading"
:has-files="!!files.length"
:is-mini="isMini"/>
:is-mini="isMini"
/>
<repo-file
v-for="file in files"
:key="file.id"
Loading
Loading
@@ -93,7 +95,8 @@ export default {
@linkclicked="fileClicked(file)"
:is-tree="isTree"
:has-files="!!files.length"
:active-file="activeFile"/>
:active-file="activeFile"
/>
</tbody>
</table>
</div>
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment