You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							16 lines
						
					
					
						
							1.3 KiB
						
					
					
				
			
		
		
	
	
							16 lines
						
					
					
						
							1.3 KiB
						
					
					
				| <div id="slack" class="{{if or .PageIsSettingsHooksNew (and .PageIsSettingsHooksEdit (not (eq .HookType "Slack")))}}hidden{{end}}">
 | |
|   <form class="form form-align panel-body repo-setting-form" id="repo-setting-form-slack" action="{{if .RepoLink}}{{.RepoLink}}{{else if .OrgLink}}{{.OrgLink}}{{end}}/settings/hooks/slack/{{if .PageIsSettingsHooksNew}}new{{else}}{{.Webhook.Id}}{{end}}" method="post">
 | |
|     {{.CsrfTokenHtml}}
 | |
|     <input type="hidden" name="hook_type" value="slack">
 | |
|     <div class="text-center panel-desc">{{.i18n.Tr "repo.settings.add_slack_hook_desc" "http://slack.com" | Str2html}}</div>
 | |
|     <div class="field">
 | |
|         <label class="req" for="payload-url">{{.i18n.Tr "repo.settings.payload_url"}}</label>
 | |
|         <input class="ipt ipt-large ipt-radius {{if .Err_UserName}}ipt-error{{end}}" id="payload-url" name="payload_url" type="url" value="{{.Webhook.Url}}" required />
 | |
|     </div>
 | |
|     <div class="field">
 | |
|         <label class="req" for="channel">{{.i18n.Tr "repo.settings.slack_channel"}}</label>
 | |
|         <input class="ipt ipt-large ipt-radius {{if .Err_UserName}}ipt-error{{end}}" id="channel" name="channel" type="text" value="{{.SlackHook.Channel}}" placeholder="#general" required />
 | |
|     </div>
 | |
|     {{template "repo/settings/hook_settings" .}}
 | |
|   </form>
 | |
| </div>
 | |
| 
 |