Przeglądaj źródła

replace tab to space at ApplicationHelper

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12074 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.4.0
Toshi MARUYAMA 11 lat temu
rodzic
commit
60fa32d51a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      app/helpers/application_helper.rb

+ 1
- 1
app/helpers/application_helper.rb Wyświetl plik

@@ -449,7 +449,7 @@ module ApplicationHelper
end
end

# Returns a h2 tag and sets the html title with the given arguments
# Returns a h2 tag and sets the html title with the given arguments
def title(*args)
strings = args.map do |arg|
if arg.is_a?(Array) && arg.size >= 2

Ładowanie…
Anuluj
Zapisz