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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
71102f02
Commit
71102f02
authored
Apr 19, 2018
by
André Luís
Committed by
Phil Hughes
Apr 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "Get rid of branch element all in bottom bar in WEB IDE"
parent
ffde69d7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
+10
-8
app/assets/javascripts/ide/components/ide_status_bar.vue
app/assets/javascripts/ide/components/ide_status_bar.vue
+0
-7
app/assets/stylesheets/pages/repo.scss
app/assets/stylesheets/pages/repo.scss
+5
-1
changelogs/unreleased/44834-ide-remove-branch-from-bottom-bar.yml
...gs/unreleased/44834-ide-remove-branch-from-bottom-bar.yml
+5
-0
No files found.
app/assets/javascripts/ide/components/ide_status_bar.vue
View file @
71102f02
...
...
@@ -22,13 +22,6 @@ export default {
<
template
>
<div
class=
"ide-status-bar"
>
<div
class=
"ref-name"
>
<icon
name=
"branch"
:size=
"12"
/>
{{
file
.
branchId
}}
</div>
<div>
<div
v-if=
"file.lastCommit && file.lastCommit.id"
>
Last commit:
...
...
app/assets/stylesheets/pages/repo.scss
View file @
71102f02
...
...
@@ -378,7 +378,11 @@
padding
:
$gl-bar-padding
$gl-padding
;
background
:
$white-light
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
flex-end
;
>
div
+
div
{
padding-left
:
$gl-padding
;
}
svg
{
vertical-align
:
middle
;
...
...
changelogs/unreleased/44834-ide-remove-branch-from-bottom-bar.yml
0 → 100644
View file @
71102f02
---
title
:
Remove branch name from the status bar of WebIDE
merge_request
:
author
:
type
:
changed
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