Skip to content

Commit

Permalink
chore: add hover text for limit label on matrix ui
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Mar 15, 2018
1 parent 5693430 commit e04e360
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/pact_broker/ui/views/matrix/show.haml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@
%label{for: 'all_rows'}
Show all results
%div.top-of-group
%label{for: "limit"}
Limit
- limit_text = "Note that the 'Show latest...' options are summaries of the 'Show all results' query, and that the limit applies to the underlying query, rather than the number of rows returned in the summary."
%label{for: "limit", "title": limit_text, "data-toggle": "tooltip", "data-placement": "right"}
Limit*
%input{name: 'limit', id: "limit", value: options.limit}
%div.top-of-group
%input{type: 'submit'}
Expand Down

0 comments on commit e04e360

Please sign in to comment.