mirror of
https://github.com/neocities/neocities.git
synced 2025-04-28 11:12:30 +02:00
update copy to indicate edit links dont work
This commit is contained in:
parent
dcaeda18d1
commit
4c8e1bc4c6
1 changed files with 9 additions and 9 deletions
|
@ -26,10 +26,10 @@ javascript:
|
||||||
a href="http://#{current_site.username}.neocities.org/#{file.filename}" target="_blank" View <br>
|
a href="http://#{current_site.username}.neocities.org/#{file.filename}" target="_blank" View <br>
|
||||||
span
|
span
|
||||||
i class="icon-edit"
|
i class="icon-edit"
|
||||||
a href="#" Edit with visual editor <br>
|
a href="#" Edit with visual editor <small>not implemented yet.. ETA one week</small> <br>
|
||||||
span
|
span
|
||||||
i class="icon-edit"
|
i class="icon-edit"
|
||||||
a href="#" Edit with text editor <br>
|
a href="#" Edit with text editor <small>not implemented yet.. ETA one day</small><br>
|
||||||
span
|
span
|
||||||
i class="icon-trash"
|
i class="icon-trash"
|
||||||
a href="#" onclick="confirmFileDelete('#{file.filename}')" Delete
|
a href="#" onclick="confirmFileDelete('#{file.filename}')" Delete
|
||||||
|
|
Loading…
Add table
Reference in a new issue