Skip to content

Commit

Permalink
Fixed #10
Browse files Browse the repository at this point in the history
  • Loading branch information
sejtenik committed Apr 4, 2009
1 parent d2aba5f commit 746b230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/application_helper.rb
Expand Up @@ -174,7 +174,7 @@ def will_paginate_with_i18n(collection, options = {})
def help_tag(a_id, title = 'Pomoc')
result = <<-HTML
<span class="help" title="#{title}">
<a href="help/help.html##{a_id}" target="_blank">
<a href="/help/help.html##{a_id}" target="_blank">
<img alt="Pomoc" src="/images/icon_help.png" style="vertical-align: top;"/>
</a>
</span>
Expand Down

0 comments on commit 746b230

Please sign in to comment.