mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-13 17:57:10 +02:00
Merge pull request #164 from takada-s/fix_icon_bug
fix broken string-interpolation in append_and_remove_links()
This commit is contained in:
commit
41fd430323
@ -54,8 +54,8 @@ module SettingsHelper
|
|||||||
end
|
end
|
||||||
|
|
||||||
def append_and_remove_links
|
def append_and_remove_links
|
||||||
%Q!<a class="btn btn-xs btn-default js-append">icon('fa-plus')}</a> ! +
|
%Q!<a class="btn btn-xs btn-default js-append">#{icon('fa-plus')}</a> ! +
|
||||||
%Q!<a class="btn btn-xs btn-default js-remove" style="display:none">icon('fa-minus')}</a> !
|
%Q!<a class="btn btn-xs btn-default js-remove" style="display:none">#{icon('fa-minus')}</a> !
|
||||||
end
|
end
|
||||||
|
|
||||||
def child_data(form, key)
|
def child_data(form, key)
|
||||||
|
Loading…
Reference in New Issue
Block a user