diff --git a/views/site_files/mount_info.erb b/views/site_files/mount_info.erb index d3a84a4a..56647453 100644 --- a/views/site_files/mount_info.erb +++ b/views/site_files/mount_info.erb @@ -13,12 +13,15 @@ Neocities now supports WebDAV, 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!

- <% if current_site.nil? || !current_site.supporter? %> + <% if current_site.nil? %> +

+ This feature requires a supporter account. +

+ <% elsif !current_site.supporter? %>

This feature requires a supporter account. Click here to become a supporter.

<% else %> -

Instructions for Windows 7