mirror of
https://github.com/hkalexling/Mango.git
synced 2026-04-30 00:00:43 -04:00
Plugin download page WIP
This commit is contained in:
@@ -78,6 +78,12 @@ class MainRouter < Router
|
||||
layout "download"
|
||||
end
|
||||
|
||||
get "/download/plugins" do |env|
|
||||
plugins = Plugin.list
|
||||
plugin = Plugin.new plugins[0]
|
||||
layout "plugin-download"
|
||||
end
|
||||
|
||||
get "/" do |env|
|
||||
begin
|
||||
username = get_username env
|
||||
|
||||
Reference in New Issue
Block a user