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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
acc0f162
Commit
acc0f162
authored
Nov 22, 2015
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move clipboard_button helper to ButtonHelper module
parent
af65046c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
app/helpers/button_helper.rb
app/helpers/button_helper.rb
+7
-0
app/helpers/clipboard_helper.rb
app/helpers/clipboard_helper.rb
+0
-8
No files found.
app/helpers/button_helper.rb
View file @
acc0f162
module
ButtonHelper
def
clipboard_button
content_tag
:button
,
icon
(
'clipboard'
),
class:
'btn btn-xs btn-clipboard js-clipboard-trigger'
,
type: :button
end
def
http_clone_button
(
project
)
klass
=
'btn'
klass
<<
' active'
if
default_clone_protocol
==
'http'
...
...
app/helpers/clipboard_helper.rb
deleted
100644 → 0
View file @
af65046c
module
ClipboardHelper
def
clipboard_button
content_tag
:button
,
icon
(
'clipboard'
),
class:
'btn btn-xs btn-clipboard js-clipboard-trigger'
,
type: :button
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