Sha256: 3e583df489c4645cfa20973ec1a7ff57f13f97f2fbdb3e858e49ca33c52c9c5e

Contents?: true

Size: 668 Bytes

Versions: 1

Compression:

Stored size: 668 Bytes

Contents

<% bgColor ||= '#662B4c' %>
<% angleoffset ||= '-125' %>
<% anglearc ||= '250' %>
<% fgColor ||= '#fff' %>
<% thickness ||= '' %>
<% width ||= '' %>
<% rotation ||= '' %>

<div class="widget widget-meter">
  <h1 class="title"><%= title %></h1>

  <input type="text" data-fgColor="<%= fgColor %>" data-bgColor="<%= bgColor %>" data-rotation="<%= rotation %>" data-angleoffset="<%= angleoffset %>" data-anglearc="<%= anglearc %>" data-readonly="true" data-thickness="<%= thickness %>" data-width="<%= width %>" data-min="<%= min %>" data-max="<%= max %>" value="0" class="meter" >

  <p class="updated-at">Last updated at <%= Time.now.strftime('%H:%M:%S') %></p>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kiteboard-0.1.0 app/views/kiteboard/_meter.html.erb