mirror of
https://github.com/rickbarrette/stopwatch.git
synced 2026-04-02 09:51:57 -04:00
fixes various UI issues
This commit is contained in:
@@ -4,7 +4,7 @@ module Stopwatch
|
||||
context.link_to(
|
||||
context.sprite_icon(:time, I18n.t(:label_stopwatch_start)),
|
||||
context.start_issue_timer_path(issue),
|
||||
class: 'stopwatch_issue_timer',
|
||||
class: 'icon stopwatch_issue_timer',
|
||||
data: { issue_id: issue.id },
|
||||
remote: true,
|
||||
method: 'post'
|
||||
@@ -15,7 +15,7 @@ module Stopwatch
|
||||
context.link_to(
|
||||
context.sprite_icon(:time, I18n.t(:label_stopwatch_stop)),
|
||||
context.stop_issue_timer_path(issue),
|
||||
class: 'stopwatch_issue_timer',
|
||||
class: 'icon stopwatch_issue_timer',
|
||||
data: { issue_id: issue.id },
|
||||
remote: true,
|
||||
method: 'post'
|
||||
|
||||
Reference in New Issue
Block a user