Project

General

Profile

Download (309 Bytes) Statistics
| Branch: | Tag: | Revision:
9cbce048 Ohad Levy
module AutosignHelper
05ab4c16 Ohad Levy
def autosign_form
9d43fc71 Michael Moll
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)
05ab4c16 Ohad Levy
end
2a0cffd3 Ohad Levy
end