Project

General

Profile

Download (309 Bytes) Statistics
| Branch: | Tag: | Revision:
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)
end
end
(5-5/49)