end
def rss_link_to(args = {})
- link_to(image_tag("RSS.png", :size => "16x16", :border => 0), args, :class => "rsssmall")
+ link_to image_tag("RSS.png", :size => "16x16", :class => "align-text-bottom"), args
end
def atom_link_to(args = {})
- link_to(image_tag("RSS.png", :size => "16x16", :border => 0), args, :class => "rsssmall")
+ link_to image_tag("RSS.png", :size => "16x16", :class => "align-text-bottom"), args
end
def dir
end
end
- def current_page_class(path)
- :current if current_page?(path)
+ def header_nav_link_class(path)
+ ["nav-link", current_page?(path) ? "text-secondary-emphasis" : "text-secondary"]
end
def application_data