Sha256: 6c32c532ba1cac194b4e2380b73ba7ce44af37b55a1896adc9257d8a32df87df

Contents?: true

Size: 523 Bytes

Versions: 10

Compression:

Stored size: 523 Bytes

Contents

<% unless @editable_page.nil? %>
  <%=
    render(
        partial: 'editable_pages/entity/metadata',
        locals: { entity: @editable_page }
    )
  %>
<% end %>
<% content_for :breadcrumbs do %>
  <span><%= t('.nav_text') %></span>
<% end %>

<article class="editable-page">
  <% unless @editable_page.nil? %>
    <%=
      render(
          partial: 'editable_pages/entity/content',
          locals: { entity: @editable_page }
      )
    %>
  <% end %>

  <%= render partial: 'feedback_requests/form' %>
</article>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
biovision-base-0.41.190905.0 app/views/about/contact.html.erb
biovision-base-0.39.190804.1 app/views/about/contact.html.erb
biovision-base-0.37.190607.0 app/views/about/contact.html.erb
biovision-base-0.36.190526.0 app/views/about/contact.html.erb
biovision-base-0.34.190331.1 app/views/about/contact.html.erb
biovision-base-0.22.180920.0 app/views/about/contact.html.erb
biovision-base-0.21.180812.0 app/views/about/contact.html.erb
biovision-base-0.20.180731.0 app/views/about/contact.html.erb
biovision-base-0.19.180703.1 app/views/about/contact.html.erb
biovision-base-0.17.180619 app/views/about/contact.html.erb