Merge pull request #185 from fluent/buttonize_refresh_current_setting

Apply button style to the dom to refresh current setting source and output
This commit is contained in:
yoshihara 2015-04-15 10:57:55 +09:00
commit 105ef39594

View File

@ -33,8 +33,9 @@
#vue-setting.current-settings
%h2
= t('.current')
%span{"v-on" => "click: update", "v-if" => "!loading"}= icon('fa-refresh')
%span{"v-if" => "loading"}= icon('fa-spin fa-refresh')
.pull-right
%button.btn.btn-default.btn-sm{"v-on" => "click: update", "v-if" => "!loading"}= icon('fa-refresh')
%button.btn.btn-default.btn-sm{"v-if" => "loading"}= icon('fa-spin fa-refresh')
.row
.col-xs-6.input
%h3= t('.in')