File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed
doc-src/templates/default/layout/html Expand file tree Collapse file tree 2 files changed +37
-0
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 >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ <%= erb ( :headers ) %>
5
+ <!-- Docs Metrics + Cookie Consent Script -->
6
+ < meta name ="guide-name " content ="API Reference ">
7
+ < meta name ="service-name " content ="AWS SDK For Ruby - AWS SDK Rails ">
8
+ < script type ="text/javascript " src ="/assets/js/awsdocs-boot.js "> </ script >
9
+ </ head >
10
+ < body >
11
+ < div class ="nav_wrap ">
12
+ < iframe id ="nav " src ="<%= @nav_url %> ?1 "> </ iframe >
13
+ < div id ="resizer "> </ div >
14
+ </ div >
15
+
16
+ < div id ="main " tabindex ="-1 ">
17
+ < div id ="header ">
18
+ <%= erb ( :breadcrumb ) %>
19
+ <%= erb ( :search ) %>
20
+ < div class ="clear "> </ div >
21
+ </ div >
22
+
23
+ < div id ="content ">
24
+ <!-- REGION_DISCLAIMER_DO_NOT_REMOVE -->
25
+ <%= yieldall %>
26
+ </ div >
27
+
28
+ <%= erb ( :footer ) %>
29
+ </ div >
30
+ </ body >
31
+ </ html >
You can’t perform that action at this time.
0 commit comments