From 5085e3ccbf77fcd5c449a6e45d6d1a2434eed40e Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Sun, 18 Jan 2015 00:46:01 -0800 Subject: [PATCH] fix for mount info --- views/site_files/mount_info.erb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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