Project

General

Profile

« Previous | Next » 

Revision 9d43fc71

Added by Michael Moll almost 6 years ago

Fixes #19789 - fix Layout/SpaceAroundOperators cop

View differences:

app/helpers/autosign_helper.rb
module AutosignHelper
def autosign_form
button_tag(_("Create Autosign Entry"), :type => 'button', :class => 'btn btn-primary fr', :data => {:toggle => 'modal', :target =>'#autosignModal'}) if authorized_for(:controller => "SmartProxies::Autosign", :action => :create, :auth_object => @proxy)
button_tag(_("Create Autosign Entry"), :type => 'button', :class => 'btn btn-primary fr', :data => {:toggle => 'modal', :target => '#autosignModal'}) if authorized_for(:controller => "SmartProxies::Autosign", :action => :create, :auth_object => @proxy)
end
end

Also available in: Unified diff