clean up arm section
remove html converted spec, move pdfs, fix links
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user