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 b369fee commit e766ba3Copy full SHA for e766ba3
dpl-docs/views/layout.dt
@@ -200,6 +200,13 @@ html(lang='en-US')
200
| If you spot a problem with this page, click here to create a
201
| Bugzilla issue.
202
203
+ - if( modname )
204
+ .tip.smallprint
205
+ a(href='https://github.com/dlang/#{project}/blob/master/#{path_prefix}#{filename}#{line_suffix}')
206
+ | Source
207
+ div
208
+ | Source code of this page
209
+
210
- if( modname )
211
.tip.smallprint
212
a(href='https://github.com/dlang/#{project}/edit/master/#{path_prefix}#{filename}#{line_suffix}')
0 commit comments