Allow use to set an external tracker url and to redirect user when clicking in Issues same behavior as Wiki. (#3646)

This commit is contained in:
Rémy Boulanouar
2017-02-01 02:53:48 +01:00
committed by 无闻
parent d293aa9ced
commit be3a13a0d6
7 changed files with 18 additions and 3 deletions

View File

@@ -96,6 +96,7 @@ type RepoSettingForm struct {
ExternalWikiURL string
EnableIssues bool
EnableExternalTracker bool
ExternalTrackerURL string
TrackerURLFormat string
TrackerIssueStyle string
EnablePulls bool