Finish integration of text editor

This commit is contained in:
Kyle Drake 2013-06-04 15:11:43 -07:00
parent f4ce6c9994
commit c9d2374425
3 changed files with 21 additions and 14 deletions

1
app.rb
View file

@ -150,7 +150,6 @@ end
get '/site_files/text_editor/:filename' do |filename|
@file_url = "http://#{current_site.username}.neocities.org/#{filename}"
slim :'site_files/text_editor'
end