fix: [document] '블록 빌더' → '양식 디자이너' 명칭 변경
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', $isCreate ? '블록 빌더 - 새 양식' : '블록 빌더 - ' . $template->name)
|
||||
@section('title', $isCreate ? '양식 디자이너 - 새 양식' : '양식 디자이너 - ' . $template->name)
|
||||
|
||||
@push('styles')
|
||||
<style>
|
||||
|
||||
@@ -24,7 +24,7 @@ class="bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-lg transit
|
||||
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 5a1 1 0 011-1h14a1 1 0 011 1v2a1 1 0 01-1 1H5a1 1 0 01-1-1V5zM4 13a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5a1 1 0 01-1-1v-6zM16 13a1 1 0 011-1h2a1 1 0 011 1v6a1 1 0 01-1 1h-2a1 1 0 01-1-1v-6z" />
|
||||
</svg>
|
||||
블록 빌더
|
||||
양식 디자이너
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<td class="px-4 py-3 whitespace-nowrap">
|
||||
<div class="flex items-center gap-1.5">
|
||||
@if($template->builder_type === 'block')
|
||||
<span class="inline-flex items-center px-1.5 py-0.5 rounded text-[10px] font-medium bg-indigo-100 text-indigo-700">블록</span>
|
||||
<span class="inline-flex items-center px-1.5 py-0.5 rounded text-[10px] font-medium bg-indigo-100 text-indigo-700">디자이너</span>
|
||||
@endif
|
||||
<a href="{{ $template->builder_type === 'block' ? route('document-templates.block-edit', $template->id) : route('document-templates.edit', $template->id) }}"
|
||||
class="text-blue-600 hover:text-blue-800 font-medium">
|
||||
|
||||
Reference in New Issue
Block a user