profile-editor-extras.html.erb 220 Bytes
<% if  profile.allow_serpro_integration?  %>
  <div id='serpro-integration'>
    <h2><%= _('Serpro Integration') %></h2>

    <%= render :partial => 'gitlab' %>
    <%= render :partial => 'jenkins' %>
  </div>
<% end %>