Effective Configuration

<% if @stage.effective_configuration.empty? %>
No effective configuration present. The effective configuration is the result of the stage specific configuration entries overriding the project configuration entries.
<% else %> <% @stage.effective_configuration.each do |conf| %> <% end %>
Name Value Prompt
<%= truncate(h(conf.name), :length => 25) %> <%=h truncate(hide_password_in_value(conf), :length => 45) %> <%= conf.prompt_status_in_html %>
<% end %>