Skip to content

Commit 6a73d29

Browse files
committed
Updated issue with md syntax in index as blog docs
1 parent 3eb2412 commit 6a73d29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/3-index-pages/index-as-blog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resource. For example:
2323
end
2424

2525
This will result in the title of the post being the return value of
26-
#a_method_to_call
26+
Resource#a_method_to_call
2727

2828
Second, you can pass a block to the tile option which will then be
2929
used as the contents fo the title. The resource being rendered

lib/active_admin/views/index_as_blog.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module Views
2424
# end
2525
#
2626
# This will result in the title of the post being the return value of
27-
# #a_method_to_call
27+
# Resource#a_method_to_call
2828
#
2929
# Second, you can pass a block to the tile option which will then be
3030
# used as the contents fo the title. The resource being rendered

0 commit comments

Comments
 (0)