From 947883c72d7dfc1911be3cac7807f3d2989d9524 Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Thu, 4 Oct 2018 14:30:41 +0900 Subject: [PATCH] Remove a garbage Signed-off-by: Kenji Okimoto --- app/decorators/plugin_decorator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/decorators/plugin_decorator.rb b/app/decorators/plugin_decorator.rb index 2768ac8..d3c1e99 100644 --- a/app/decorators/plugin_decorator.rb +++ b/app/decorators/plugin_decorator.rb @@ -15,7 +15,7 @@ class PluginDecorator < Draper::Decorator { is_installed: installed?, is_processing: processing?, - uninstall_button: "#plugin-modal-#{gem_name}", + uninstall_button: "plugin-modal-#{gem_name}", name: gem_name, authors: authors, summary: summary,