remove unused code

This commit is contained in:
Alexander Meindl 2021-03-28 09:37:18 +02:00
parent 361152fd57
commit 5104aeceb4

View File

@ -199,10 +199,6 @@ module DashboardsHelper
s
end
def dashboard_block_div(block)
"id='#{block}-settings' style='display: none;'"
end
# Renders a single block
def render_dashboard_block(block, dashboard, overwritten_settings = {})
block_definition = dashboard.content.find_block block