Sha256: 4f4746b7e938df732901e45cc0f004125508b3143d9bc6fb18ca241514b7a32c

Contents?: true

Size: 446 Bytes

Versions: 2

Compression:

Stored size: 446 Bytes

Contents

<div class="inner-block">
  <div class="phase-banner-<%= config_item(:phase).to_s.downcase %>">
    <p>
    <strong class="phase-tag"><%= config_item(:phase).to_s.upcase %>:</strong>
  <span>This is a new service -
  <% if content_for?(:feedback_link) %>
    <%= yield(:feedback_link) %>
  <% else %>
    <a href="<%= "#{config_item(:feedback_url)}" %>">your feedback</a>
  <% end %>
  will help us to improve it.</span>
    </p>
  </div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
moj_internal_template-0.1.7 app/views/layouts/partials/_phase.html.erb
moj_internal_template-0.1.6 app/views/layouts/partials/_phase.html.erb