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
dfef98a8
Commit
dfef98a8
authored
Jul 22, 2017
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts
parent
cec32dfe
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
12 deletions
+1
-12
app/assets/javascripts/dispatcher.js
app/assets/javascripts/dispatcher.js
+0
-3
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+0
-4
config/webpack.config.js
config/webpack.config.js
+1
-5
No files found.
app/assets/javascripts/dispatcher.js
View file @
dfef98a8
...
...
@@ -416,13 +416,10 @@ import AuditLogs from './audit_logs';
new
AuditLogs
();
break
;
case
'
projects:settings:repository:show
'
:
<<<<<<<
HEAD
// Initialize Protected Branch Settings
new
gl
.
ProtectedBranchCreate
();
new
gl
.
ProtectedBranchEditList
();
new
UsersSelect
();
=======
>>>>>>>
upstream
/
master
// Initialize expandable settings panels
initSettingsPanels
();
break
;
...
...
app/assets/stylesheets/pages/projects.scss
View file @
dfef98a8
...
...
@@ -766,16 +766,12 @@ a.allowed-to-push {
}
}
<<<<<<<
HEAD
.disabled-item
{
@extend
.btn.disabled
;
}
.protected-tags-list
{
=======
.protected-tags-list
,
.protected-branches-list
{
>>>>>>>
upstream
/
master
.dropdown-menu-toggle
{
width
:
100%
;
max-width
:
300px
;
...
...
config/webpack.config.js
View file @
dfef98a8
...
...
@@ -59,12 +59,8 @@ var config = {
pipelines_details
:
'
./pipelines/pipeline_details_bundle.js
'
,
profile
:
'
./profile/profile_bundle.js
'
,
prometheus_metrics
:
'
./prometheus_metrics
'
,
<<<<<<<
HEAD
protected_branches
:
'
./protected_branches/protected_branches_bundle.js
'
,
ee_protected_branches
:
'
./protected_branches/ee/protected_branches_bundle.js
'
,
=======
protected_branches
:
'
./protected_branches
'
,
>>>>>>>
upstream
/
master
ee_protected_branches
:
'
./protected_branches/ee/protected_branches_bundle.js
'
,
protected_tags
:
'
./protected_tags
'
,
ee_protected_tags
:
'
./protected_tags/ee
'
,
service_desk
:
'
./projects/settings_service_desk/service_desk_bundle.js
'
,
...
...
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