File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
doc-src/templates/default/layout/html Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ < div id ="footer ">
2
+ Generated on <%= Time . now . strftime ( "%c" ) %> by
3
+ < a href ="http://yardoc.org " title ="Yay! A Ruby Documentation Tool " target ="_parent "> yard</ a >
4
+ <%= YARD ::VERSION %> (ruby-<%= RUBY_VERSION %> ).
5
+ < div id ="awsdocs-legal-zone-copyright "> </ div >
6
+ </ div >
7
+
8
+ <!-- Gitter chat -->
9
+ < script > ( ( window . gitter = { } ) . chat = { } ) . options = { room : 'aws/aws-sdk-ruby' } ; </ script >
10
+ < script src ="https://sidecar.gitter.im/dist/sidecar.v1.js " async defer > </ script >
Original file line number Diff line number Diff line change 6
6
< meta name ="guide-name " content ="API Reference ">
7
7
< meta name ="service-name " content ="AWS SDK For Ruby - AWS SDK Rails ">
8
8
< script type ="text/javascript " src ="/assets/js/awsdocs-boot.js "> </ script >
9
- <!-- Gitter chat -->
10
- < script > ( ( window . gitter = { } ) . chat = { } ) . options = { room : 'aws/aws-sdk-ruby' } ; </ script >
11
- < script src ="https://sidecar.gitter.im/dist/sidecar.v1.js " async defer > </ script >
12
9
</ head >
13
10
< body >
14
11
< div class ="nav_wrap ">
29
26
</ div >
30
27
31
28
<%= erb ( :footer ) %>
32
- < div id ="awsdocs-legal-zone-copyright "> </ div >
33
29
</ div >
34
30
</ body >
35
31
</ html >
You can’t perform that action at this time.
0 commit comments