17 lines
		
	
	
		
			481 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			481 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <h3>Gitea</h3>
 | |
| <ul role="list">
 | |
|   <%= render FormElements::FieldsetToggleComponent.new(
 | |
|     form: f,
 | |
|     attribute: :gitea_enabled,
 | |
|     enabled: Setting.gitea_enabled?,
 | |
|     title: "Enable Gitea integration",
 | |
|     description: "Gitea configuration present and features enabled"
 | |
|   ) %>
 | |
|   <% if Setting.gitea_enabled? %>
 | |
|     <%= render FormElements::FieldsetResettableSettingComponent.new(
 | |
|           key: :gitea_public_url,
 | |
|           title: "Public URL"
 | |
|         ) %>
 | |
|   <% end %>
 | |
| </ul>
 |