Remove remaining ftn/ paths, no functional changes

This commit is contained in:
2023-10-05 22:49:57 +11:00
parent b25e6f432c
commit 654e7bd2aa
10 changed files with 17 additions and 27 deletions

View File

@@ -104,7 +104,7 @@
@if ($o->nodelist_filename)
<div class="col-4">
<label for="name" class="form-label">Nodelist File Area</label>
<a href="{{ url('ftn/filearea/addedit',$o->nodelist_filearea_id) }}">
<a href="{{ url('filearea/addedit',$o->nodelist_filearea_id) }}">
<div class="input-group">
<span class="input-group-text"><i class="bi bi bi-collection-fill"></i></span>
<input type="text" class="form-control @error('nodelist') is-invalid @enderror" id="nodelist" placeholder="Nodelist" name="nodelist" value="{{ $o->nodelist_filearea->name }}" readonly>