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
4b1fd05a
Commit
4b1fd05a
authored
Dec 28, 2015
by
Jacob Schatz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes conflicts with frontend code
parent
c922092b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
65 additions
and
82 deletions
+65
-82
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+61
-70
app/views/shared/_clone_panel.html.haml
app/views/shared/_clone_panel.html.haml
+4
-12
No files found.
app/assets/stylesheets/pages/projects.scss
View file @
4b1fd05a
...
...
@@ -101,13 +101,6 @@
margin-bottom
:
0px
;
}
<<<<<<<
HEAD
.btn
{
@include
btn-gray
;
.count
{
display
:
inline-block
;
=======
.count-buttons
{
display
:
block
;
margin-bottom
:
12px
;
...
...
@@ -177,8 +170,6 @@
background
:
#FFF
;
}
}
>>>>>>>
origin
/
master
}
}
}
...
...
app/views/shared/_clone_panel.html.haml
View file @
4b1fd05a
-
project
=
project
||
@project
<
<<<<<<
HEAD
.git-clone-holder.input-group
.input-group-addon.git-protocols
.input-group-btn
=
ssh_clone_button
(
project
)
.input-group-btn
=
http_clone_button
(
project
)
-
if
alternative_kerberos_url?
.input-group-btn
=
kerberos_clone_button
(
project
)
==
=====
.git-clone-holder
.btn-group.clone-options
...
...
@@ -24,8 +13,11 @@
%li
%a
#http-selector
{
href:
@project
.
http_url_to_repo
}
HTTPS
-
if
alternative_kerberos_url?
%li
%a
#kerberos-btn
{
href:
@project
.
kerberos_url_to_repo
}
KRB5
>
>>>>>> origin/master
=
text_field_tag
:project_clone
,
default_url_to_repo
(
project
),
class:
"js-select-on-focus form-control"
,
readonly:
true
.input-group-btn
=
clipboard_button
(
clipboard_target:
'#project_clone'
)
...
...
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