otwarchive-symphonyarchive/app/views/admin/banners/show.html.erb

14 lines
317 B
Text
Raw Normal View History

2026-03-11 22:22:11 +00:00
<div class="admin">
<!--Descriptive page name, messages and instructions-->
<h2 class="heading"><%= ts('Banner') %></h2>
<!--/descriptions-->
<!--subnav-->
<%= render 'navigation' %>
<!--/subnav-->
<!--main content-->
<%= render 'banner', admin_banner: @admin_banner %>
<!--/content-->
</div>