Show score temporarily

pull/1/head
rebuilt 4 years ago
parent e1f50fef9e
commit 54f4cee3fa

@ -31,6 +31,10 @@ class GaugePresenter
end end
end end
def score
@score
end
private private
def watch_low_boundary def watch_low_boundary

@ -1,4 +1,6 @@
<div class="d-flex flex-column align-items-center position-relative"> <div class="d-flex flex-column align-items-center position-relative">
<p>Score is : <%=gauge.score %> </p>
<svg <svg
viewBox="<%= viewbox.x %> <%= viewbox.y %> <%= viewbox.width %> <%= viewbox.height %>" viewBox="<%= viewbox.x %> <%= viewbox.y %> <%= viewbox.width %> <%= viewbox.height %>"
class="<%= gauge_class %>" class="<%= gauge_class %>"

Loading…
Cancel
Save