app/helpers/voluntary/show_helper.rb in voluntary-0.4.0 vs app/helpers/voluntary/show_helper.rb in voluntary-0.5.0
- old
+ new
@@ -55,10 +55,11 @@
def show_actions(options = {})
result = content_tag :dt, raw(' ')
result += content_tag :dd, render(
partial: 'shared/resource/actions', locals: {
- type: root_model_class_name(resource).tableize, resource: resource, namespace: options[:namespace]
+ type: root_model_class_name(resource).tableize, resource: resource, namespace: options[:namespace],
+ after_namespace: options[:after_namespace]
}
)
raw result
end
\ No newline at end of file