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
dc094260
Commit
dc094260
authored
Jun 12, 2017
by
Bob Van Landuyt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflicts in translated files
parent
e8298fc1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
10 deletions
+0
-10
app/helpers/button_helper.rb
app/helpers/button_helper.rb
+0
-4
app/views/projects/commits/_head.html.haml
app/views/projects/commits/_head.html.haml
+0
-3
app/views/shared/_clone_panel.html.haml
app/views/shared/_clone_panel.html.haml
+0
-3
No files found.
app/helpers/button_helper.rb
View file @
dc094260
...
...
@@ -61,12 +61,8 @@ module ButtonHelper
html:
true
,
placement:
placement
,
container:
'body'
,
<<<<<<<
HEAD
title:
_
(
"Set a password on your account to pull or push via %{protocol}"
)
%
{
protocol:
protocol
},
primary_url:
(
geo_primary_http_url_to_repo
(
project
)
if
Gitlab
::
Geo
.
secondary?
)
=======
title:
_
(
"Set a password on your account to pull or push via %{protocol}"
)
%
{
protocol:
protocol
}
>>>>>>>
ce
-
com
/
master
}
end
...
...
app/views/projects/commits/_head.html.haml
View file @
dc094260
...
...
@@ -34,11 +34,8 @@
=
nav_link
(
path:
'graphs#charts'
)
do
=
link_to
charts_namespace_project_graph_path
(
@project
.
namespace
,
@project
,
current_ref
)
do
#{
_
(
'Charts'
)
}
<
<<<<<<
HEAD
-
if
@project
.
feature_available?
(
:file_lock
)
=
nav_link
(
controller:
[
:path_locks
])
do
=
link_to
namespace_project_path_locks_path
(
@project
.
namespace
,
@project
)
do
Locked Files
==
=====
>
>>>>>> ce-com/master
app/views/shared/_clone_panel.html.haml
View file @
dc094260
...
...
@@ -23,11 +23,8 @@
=
text_field_tag
:project_clone
,
default_url_to_repo
(
project
),
class:
"js-select-on-focus form-control"
,
readonly:
true
,
aria:
{
label:
'Project clone URL'
}
.input-group-btn
=
clipboard_button
(
target:
'#project_clone'
,
title:
_
(
"Copy URL to clipboard"
))
<
<<<<<<
HEAD
=
geo_button
(
modal_target:
'#modal-geo-info'
)
if
Gitlab
::
Geo
.
secondary?
==
=====
>
>>>>>> ce-com/master
:javascript
$
(
'
ul.clone-options-dropdown a
'
).
on
(
'
click
'
,
function
(
e
){
...
...
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