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 5caea73 commit 04cde7dCopy full SHA for 04cde7d
app/views/topics/show.html.erb
@@ -1,7 +1,7 @@
1
<% topic = @topic
2
topics = @topics %>
3
4
-<%= render Pages::Header.new(title: "Topics") %>
+<%= render Pages::Header.new(title: "Topics on Joy of Rails") %>
5
6
<div class="column-content container py-gap mb-3xl">
7
<nav class="sidebar" data-turbo-permanent>
@@ -17,6 +17,7 @@
17
</div>
18
19
<% else %>
20
+ <h3 class="mb-8">Topic: <%= topic.name %></h3>
21
<ul>
22
<% topic.pages.as_published_articles.each do |page| %>
23
<%= tag.li id: dom_id(page) do %>
0 commit comments