Sha256: 471fc5f4a14cf8bd2ed8eb1808c7c71d2f60f697caca3e210e0b91685474fd6a
Contents?: true
Size: 541 Bytes
Versions: 1
Compression:
Stored size: 541 Bytes
Contents
<div class="item"> <h2><%= control.name %></h2> <% pin = runner.pins[control.id] %> <% pin_state = runner.read_pin(pin) %> <p><%= pin_state.to_s.capitalize %></p> <form action="/<%= control.id %>" method="post"> <input type="radio" name="state" value="on" <%= "checked" if pin_state == :on %>> On <br /> <input type="radio" name="state" value="off" <%= "checked" if pin_state == :off %>> Off <br /> <input type="submit" value="Submit"> </form> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
whipped-cream-0.2.0.beta1 | lib/whipped-cream/views/switch.erb |