Skip to content

Commit a118f38

Browse files
committed
Add back button
1 parent f5589a2 commit a118f38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/views/admin/programmes/show.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<header class="main-content__header">
22
<h1 class="main-content__page-title"><%= @programme.title %></h1>
3+
<%= link_to "Back", admin_programmes_path, class: "button" %>
34
</header>
45

56
<% if @programme.programme_activity_groupings.any? %>

0 commit comments

Comments
 (0)