diff options
author | Joris Guyonvarch | 2015-03-16 22:31:37 +0100 |
---|---|---|
committer | Joris Guyonvarch | 2015-03-16 22:31:37 +0100 |
commit | 1f7c3f844b3a7273f0e2f211ea00955a1ce2e0e7 (patch) | |
tree | f389547fb5f5409f0e05f8fe157f55c1927a5436 /src/View/Timer.elm | |
parent | e1f8664779b0075ad7da76e4290c1fe8f9b76b94 (diff) |
Moving the add timer button to title bar
Diffstat (limited to 'src/View/Timer.elm')
-rw-r--r-- | src/View/Timer.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/View/Timer.elm b/src/View/Timer.elm index e38b6cb..6925e42 100644 --- a/src/View/Timer.elm +++ b/src/View/Timer.elm @@ -22,7 +22,7 @@ timerView (id, timer) = [ button [ class "name block" ] [ text timer.name ] - , div + , button [ class <| "time block" ] [ text (timeView timer.currentTime) ] , button |