BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
a7dee0ab
Commit
a7dee0ab
authored
Feb 20, 2016
by
Douglas Barbosa Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactoring TasksHelper
parent
d80678c0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
9 deletions
+2
-9
tasks_helper.rb
app/helpers/tasks_helper.rb
+1
-8
_task.html.haml
app/views/dashboard/tasks/_task.html.haml
+1
-1
No files found.
app/helpers/tasks_helper.rb
View file @
a7dee0ab
...
...
@@ -24,9 +24,7 @@ module TasksHelper
end
def
task_target_link_html
(
task
)
link_to
task_target_path
(
task
)
do
"#
#{
task
.
target_iid
}
"
end
link_to
"#
#{
task
.
target_iid
}
"
,
task_target_path
(
task
)
end
def
task_target_path
(
task
)
...
...
@@ -36,11 +34,6 @@ module TasksHelper
task
.
project
,
task
.
target
],
anchor:
anchor
)
end
def
task_body
(
text
,
options
=
{})
text
=
first_line_in_markdown
(
text
,
150
,
options
)
sanitize
(
text
,
tags:
%w(a img b pre code p span)
)
end
def
task_actions_options
actions
=
[
OpenStruct
.
new
(
id:
''
,
title:
'Any Action'
),
...
...
app/views/dashboard/tasks/_task.html.haml
View file @
a7dee0ab
...
...
@@ -18,4 +18,4 @@
.task-body
.task-note
.md
=
task_body
(
task
.
body
,
project:
task
.
project
)
=
event_note
(
task
.
body
,
project:
task
.
project
)
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