()
| 594 | } |
| 595 | |
| 596 | func (r *Repository) Link() string { |
| 597 | return conf.Server.Subpath + "/" + r.FullName() |
| 598 | } |
| 599 | |
| 600 | // Deprecated: Use repoutil.ComparePath instead. |
| 601 | func (r *Repository) ComposeCompareURL(oldCommitID, newCommitID string) string { |