mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
fix for mount info
This commit is contained in:
parent
be34383627
commit
5085e3ccbf
1 changed files with 5 additions and 2 deletions
|
@ -13,12 +13,15 @@
|
||||||
Neocities now supports <strong>WebDAV</strong>, which allows you to mount your Neocities share on your computer. Now you can access and change your files on your own computer's file manager!
|
Neocities now supports <strong>WebDAV</strong>, which allows you to mount your Neocities share on your computer. Now you can access and change your files on your own computer's file manager!
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<% if current_site.nil? || !current_site.supporter? %>
|
<% if current_site.nil? %>
|
||||||
|
<p>
|
||||||
|
This feature requires a supporter account.
|
||||||
|
</p>
|
||||||
|
<% elsif !current_site.supporter? %>
|
||||||
<p>
|
<p>
|
||||||
This feature requires a supporter account. <a href="/plan">Click here</a> to become a supporter.
|
This feature requires a supporter account. <a href="/plan">Click here</a> to become a supporter.
|
||||||
</p>
|
</p>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
|
||||||
<h2>Instructions for Windows 7</h2>
|
<h2>Instructions for Windows 7</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue