change how backlinks work
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @@ -21,8 +21,10 @@ | ||||
|       id: "context-form-content", | ||||
|       class: "input input-primary h-64 min-h-64", | ||||
|       phx_update: "ignore", | ||||
|       placeholder: gettext("use [[note-slug]] to link to a note"), | ||||
|       aria_label: gettext("use [[note-slug]] to link to a note"), | ||||
|       placeholder: | ||||
|         gettext("use [[note-slug]] to link to a note or [context-slug] to link to a context"), | ||||
|       aria_label: | ||||
|         gettext("use [[note-slug]] to link to a note or [context-slug] to link to a context"), | ||||
|       phx_debounce: 300 | ||||
|     ) %> | ||||
|     <%= error_tag(f, :content) %> | ||||
|   | ||||
| @@ -21,8 +21,8 @@ | ||||
|       id: "note-form-content", | ||||
|       class: "input input-primary h-64 min-h-64", | ||||
|       phx_update: "ignore", | ||||
|       placeholder: gettext("content"), | ||||
|       aria_label: gettext("content"), | ||||
|       placeholder: gettext("use [note-slug] to link to a note"), | ||||
|       aria_label: gettext("use [note-slug] to link to a note"), | ||||
|       phx_debounce: 300 | ||||
|     ) %> | ||||
|     <%= error_tag(f, :content) %> | ||||
|   | ||||
| @@ -21,8 +21,14 @@ | ||||
|       id: "pipeline-form-description", | ||||
|       class: "input input-primary h-64 min-h-64", | ||||
|       phx_update: "ignore", | ||||
|       placeholder: gettext("description"), | ||||
|       aria_label: gettext("description"), | ||||
|       placeholder: | ||||
|         gettext( | ||||
|           "use [[[note-slug]]] to link to a note or use [[context-slug]] to link to a context or [pipeline-slug] to link to a pipeline" | ||||
|         ), | ||||
|       aria_label: | ||||
|         gettext( | ||||
|           "use [[[note-slug]]] to link to a note or use [[context-slug]] to link to a context or [pipeline-slug] to link to a pipeline" | ||||
|         ), | ||||
|       phx_debounce: 300 | ||||
|     ) %> | ||||
|     <%= error_tag(f, :description) %> | ||||
|   | ||||
| @@ -9,14 +9,7 @@ | ||||
|     </.link> | ||||
|   </div> | ||||
|  | ||||
|   <textarea | ||||
|     :if={@pipeline.description} | ||||
|     id="show-pipeline-description" | ||||
|     class="input input-primary h-32 min-h-32" | ||||
|     phx-update="ignore" | ||||
|     readonly | ||||
|     phx-no-format | ||||
|   ><%= @pipeline.description %></textarea> | ||||
|   <.pipeline_content pipeline={@pipeline} /> | ||||
|  | ||||
|   <p class="self-end"> | ||||
|     <%= gettext("Visibility: %{visibility}", visibility: @pipeline.visibility) %> | ||||
|   | ||||
| @@ -21,8 +21,14 @@ | ||||
|       id: "step-form-content", | ||||
|       class: "input input-primary h-64 min-h-64", | ||||
|       phx_update: "ignore", | ||||
|       placeholder: gettext("use [[context-slug]] to link to a context"), | ||||
|       aria_label: gettext("use [[context-slug]] to link to a context"), | ||||
|       placeholder: | ||||
|         gettext( | ||||
|           "use [[[note-slug]]] to link to a note or use [[context-slug]] to link to a context or [pipeline-slug] to link to a pipeline" | ||||
|         ), | ||||
|       aria_label: | ||||
|         gettext( | ||||
|           "use [[[note-slug]]] to link to a note or use [[context-slug]] to link to a context or [pipeline-slug] to link to a pipeline" | ||||
|         ), | ||||
|       phx_debounce: 300 | ||||
|     ) %> | ||||
|     <%= error_tag(f, :content) %> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user