Resolve "Get rid of branch element all in bottom bar in WEB IDE"

This commit is contained in:
André Luís 2018-04-19 07:44:24 +00:00 committed by Phil Hughes
parent ffde69d71e
commit 71102f0280
3 changed files with 10 additions and 8 deletions

View File

@ -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:

View File

@ -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;

View File

@ -0,0 +1,5 @@
---
title: Remove branch name from the status bar of WebIDE
merge_request:
author:
type: changed