fix can not guess problem
This commit is contained in:
parent
822c0a5060
commit
f615c877bc
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
require 'digest/md5'
|
||||
module ApplicationHelper
|
||||
include Utils::CharEncode
|
||||
|
||||
def gravatar_icon(user_email)
|
||||
gravatar_host = request.ssl? ? "https://secure.gravatar.com" : "http://www.gravatar.com"
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
module CommitsHelper
|
||||
include Utils::CharEncode
|
||||
|
||||
def old_line_number(line, i)
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue