fix(projects): 등록 폼 '저장소 URL' → 'Git 저장소 URL', README 안내문구 제거
- 라벨을 'Git 저장소 URL' 로 변경 - 'git URL 을 입력하면 README 를 가져옵니다' 인라인 문구 삭제 (modals.js 는 #repoErr 부재를 안전하게 처리 — 빨간 테두리·포커스 피드백 유지) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -16,9 +16,8 @@
|
||||
<input class="share-input" name="title" required placeholder="예) 방화벽 정책 DSL 변환기" />
|
||||
</label>
|
||||
<label>
|
||||
<span class="share-label">저장소 URL <span class="hint">선택 · 먼저 넣으면 README·언어를 자동으로 가져와요</span></span>
|
||||
<span class="share-label">Git 저장소 URL <span class="hint">선택 · 먼저 넣으면 README·언어를 자동으로 가져와요</span></span>
|
||||
<input class="share-input mono" name="repo_url" placeholder="https://gitea.bokdev.in/사번/repo" />
|
||||
<small class="share-err" id="repoErr" hidden>git URL 을 입력하면 README 를 가져옵니다</small>
|
||||
</label>
|
||||
<label>
|
||||
<span class="share-label share-label-row">
|
||||
|
||||
Reference in New Issue
Block a user