We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5589a2 commit a118f38Copy full SHA for a118f38
app/views/admin/programmes/show.html.erb
@@ -1,5 +1,6 @@
1
<header class="main-content__header">
2
<h1 class="main-content__page-title"><%= @programme.title %></h1>
3
+ <%= link_to "Back", admin_programmes_path, class: "button" %>
4
</header>
5
6
<% if @programme.programme_activity_groupings.any? %>
0 commit comments