ppi / website

The PPI Website
http://www.ppi.io
MIT License
23 stars 15 forks source link

[Downloads] Make the download button actually work #83

Closed dragoonis closed 11 years ago

dragoonis commented 11 years ago

http://dev.ppi.io/downloads/

Right now the download button does nothing.

There's a route for it right now,

Download:
    pattern:  /download/{type}
    defaults: { _controller: "Application:Index:download"}

but there's no backend controller code.

We need to

dragoonis commented 11 years ago

Completed.