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 ccadd79 commit 8ff3bd8Copy full SHA for 8ff3bd8
1 file changed
app/views/pinned_links/edit.html.erb
@@ -1,4 +1,10 @@
1
-<h1>Edit featured link</h1>
+<%
2
+ title = 'Edit featured link'
3
+%>
4
+
5
+<% content_for :title, title %>
6
7
+<h1><%= title %></h1>
8
9
<% if @link.errors.any? %>
10
<div class="notice is-danger">
0 commit comments