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 7e67424 commit 74fc14fCopy full SHA for 74fc14f
views/issue/_cover.html.erb
@@ -31,7 +31,8 @@
31
App.pages = App.pages || {}
32
33
// Not sure why layout is not being set.
34
- App.refresh()
+ // App.refresh()
35
+
36
App.pages["index"] = {
37
handle: "index",
38
title: "<%= issue.title %>"
views/issue/_page.html.erb
@@ -67,7 +67,7 @@
67
68
69
70
71
72
App.pages["<%= page.path %>"] = <%= page.json.to_json %>;
73
views/issue/_toc.html.erb
@@ -65,7 +65,7 @@
65
66
App.pages["<%= page.path %>"] = {
id: "<%= page.id %>",
0 commit comments