Project

General

Profile

« Previous | Next » 

Revision 81151cb7

Added by Amos Benari almost 11 years ago

  • ID 81151cb709ff70b7f0cc507ba13f2ece2f93b2d5

fixes #2646 Asset icon URLs are incorrect when under a different base URL
(cherry picked from commit 1546388e9c82f6382be1ec35738489e8c9458c69)

View differences:

app/helpers/layout_helper.rb
when blank?
""
when :indicator
content_tag(:span, image_tag('/assets/spinner.gif', :class => 'hide'), :class => "help-inline")
content_tag(:span, image_tag('spinner.gif', :class => 'hide'), :class => "help-inline")
else
content_tag(:span, help_inline, :class => "help-inline")
end

Also available in: Unified diff