Patch #16446 » full_links_in_wiki_export-r17180.diff
| app/views/wiki/export.html.erb | ||
|---|---|---|
| 16 | 16 |
</style> |
| 17 | 17 |
</head> |
| 18 | 18 |
<body> |
| 19 |
<%= textilizable @content, :text, :wiki_links => :local %> |
|
| 19 |
<%= textilizable @content, :text, :wiki_links => :local, :only_path => false %>
|
|
| 20 | 20 |
</body> |
| 21 | 21 |
</html> |
| app/views/wiki/export_multiple.html.erb | ||
|---|---|---|
| 27 | 27 |
<% @pages.each do |page| %> |
| 28 | 28 |
<hr /> |
| 29 | 29 |
<a name="<%= page.title %>" /> |
| 30 |
<%= textilizable page.content ,:text, :wiki_links => :anchor %> |
|
| 30 |
<%= textilizable page.content ,:text, :wiki_links => :anchor, :only_path => false %>
|
|
| 31 | 31 |
<% end %> |
| 32 | 32 | |
| 33 | 33 |
</body> |
- « Previous
- 1
- 2
- Next »