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
d19a32fd
Commit
d19a32fd
authored
Sep 26, 2017
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Conflicts resolvation, part 1
parent
dfef847d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
7 deletions
+0
-7
GITLAB_SHELL_VERSION
GITLAB_SHELL_VERSION
+0
-4
app/assets/images/favicon-blue.ico
app/assets/images/favicon-blue.ico
+0
-0
app/controllers/concerns/issuable_collections.rb
app/controllers/concerns/issuable_collections.rb
+0
-3
No files found.
GITLAB_SHELL_VERSION
View file @
d19a32fd
<<<<<<< HEAD
5.9.1
=======
5.9.2
>>>>>>> b187a3f2bb00a0a0a6e5f8369edf2d6430a7af6e
app/assets/images/favicon-blue.ico
deleted
100644 → 0
View file @
dfef847d
5.3 KB
app/controllers/concerns/issuable_collections.rb
View file @
d19a32fd
...
...
@@ -142,11 +142,8 @@ module IssuableCollections
when
'milestone_due_desc'
then
sort_value_milestone
when
'downvotes_asc'
then
sort_value_popularity
when
'downvotes_desc'
then
sort_value_popularity
<<<<<<<
HEAD
when
'weight_asc'
then
sort_value_weight
when
'weight_desc'
then
sort_value_weight
=======
>>>>>>>
b187a3f2bb00a0a0a6e5f8369edf2d6430a7af6e
else
value
end
end
...
...
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