clean up arm section

remove html converted spec, move pdfs, fix links
This commit is contained in:
Torsten Ruger
2018-04-11 14:13:17 +03:00
parent ce155f2e30
commit 9de06bfb68
547 changed files with 42 additions and 10818 deletions

View File

@ -7,7 +7,6 @@ module ApplicationHelper
link.html_safe
end
def ext_link(name = nil, options = nil, html_options = nil, &block)
target_blank = {target: "_blank"}
if block_given?
@ -19,4 +18,8 @@ module ApplicationHelper
end
link_to(name, options, html_options, &block)
end
def title(title)
@title = title
end
end