using github gems

This commit is contained in:
Torsten Ruger
2015-07-28 16:35:45 +03:00
parent 07f7945917
commit 62e5761a40
3 changed files with 36 additions and 31 deletions

View File

@ -23,7 +23,7 @@ class StatusView
def render
div.status_view do
div do
button.btn.btn_default { "next" }.on(:click) { interpreter.tick }
button.bright { "next" }.on(:click) { interpreter.tick }
" ".br
end
div do