profile-editor-extras.html.erb 220 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 <% if profile.allow_serpro_integration? %> <div id='serpro-integration'> <h2><%= _('Serpro Integration') %></h2> <%= render :partial => 'gitlab' %> <%= render :partial => 'jenkins' %> </div> <% end %>