Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
0d33de73
Commit
0d33de73
authored
Aug 18, 2017
by
Clement Ho
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'repo-template-format-repo' into 'master'
Correct repo.vue template Closes #36415 See merge request !13452
parents
8936a92e
a7d9b9a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
app/assets/javascripts/repo/components/repo_sidebar.vue
app/assets/javascripts/repo/components/repo_sidebar.vue
+6
-3
No files found.
app/assets/javascripts/repo/components/repo_sidebar.vue
View file @
0d33de73
...
...
@@ -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"
...
...
@@ -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"
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment