% if @stage.configuration_parameters.empty? %>
No stage specific configuration added yet. Stage specific configuration entries override project configuration entries.
Typical examples are a different repository path (e.g. trunk) or a different Rails environment.
Please add configuration entries.
<% else %>
Name | Value | Prompt? | ||
---|---|---|---|---|
<%= truncate(h(config.name), :length => 25) %> | <%=h truncate(hide_password_in_value(config), :length => 45) %> | <%= config.prompt_status_in_html %> | <%= link_to 'Edit', edit_project_stage_stage_configuration_path(@project, @stage, config) %> | <%= link_to 'Delete', project_stage_stage_configuration_path(@project, @stage, config), :confirm => 'Are you sure?', :method => :delete %> |