Skip to content

Commit

Permalink
Set the request description as a tooltip
Browse files Browse the repository at this point in the history
It isn't truncated anymore
  • Loading branch information
dmarcoux committed Dec 19, 2018
1 parent 632c1d5 commit 4989c0f
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -4,9 +4,8 @@
%span{ class: "badge progress-state-#{request.state} text-light" }
= request.state.to_s
%dd.col-11
= link_to(request_show_path(request.number)) do
= link_to(request_show_path(request.number), title: request.description) do
= request.number
(#{truncate(request.description)})
- if request.request_history_elements.any?
= request.request_history_elements.last.description.gsub('Request', '')
- else
Expand Down

0 comments on commit 4989c0f

Please sign in to comment.