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
dffddcbc
Commit
dffddcbc
authored
Nov 28, 2017
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CE>EE] Resolve frontend conflicts
parent
c08a3bb1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
app/assets/javascripts/lib/utils/text_utility.js
app/assets/javascripts/lib/utils/text_utility.js
+0
-9
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+0
-3
No files found.
app/assets/javascripts/lib/utils/text_utility.js
View file @
dffddcbc
...
...
@@ -56,14 +56,6 @@ export const slugify = str => str.trim().toLowerCase();
export
const
truncate
=
(
string
,
maxLength
)
=>
`
${
string
.
substr
(
0
,
(
maxLength
-
3
))}
...`
;
/**
<<<<<<< HEAD
* Capitalizes first character.
*
* @param {String} text
* @returns {String}
*/
export
const
capitalizeFirstCharacter
=
text
=>
`
${
text
[
0
].
toUpperCase
()}${
text
.
slice
(
1
)}
`
;
=======
* Capitalizes first character
*
* @param {String} text
...
...
@@ -72,4 +64,3 @@ export const capitalizeFirstCharacter = text => `${text[0].toUpperCase()}${text.
export
function
capitalizeFirstCharacter
(
text
)
{
return
`
${
text
[
0
].
toUpperCase
()}${
text
.
slice
(
1
)}
`
;
}
>>>>>>>
c26d7089d058dc22116f383815da8cec80a99ac5
app/assets/stylesheets/pages/issuable.scss
View file @
dffddcbc
...
...
@@ -910,7 +910,6 @@
}
}
<<<<<<<
HEAD
.add-issuable-form-input-wrapper
{
height
:
auto
;
padding
:
$gl-vert-padding
$gl-vert-padding
0
$gl-input-padding
;
...
...
@@ -956,8 +955,6 @@
margin-top
:
$gl-padding
;
}
=======
>>>>>>>
c26d7089d058dc22116f383815da8cec80a99ac5
.right-sidebar-collapsed
{
.sidebar-grouped-item
{
.sidebar-collapsed-icon
{
...
...
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