Deprecated: Use repoutil.HTMLURL instead.
()
| 305 | |
| 306 | // Deprecated: Use repoutil.HTMLURL instead. |
| 307 | func (r *Repository) HTMLURL() string { |
| 308 | return conf.Server.ExternalURL + r.FullName() |
| 309 | } |
| 310 | |
| 311 | // CustomAvatarPath returns repository custom avatar file path. |
| 312 | func (r *Repository) CustomAvatarPath() string { |
no test coverage detected