diff --git a/app/controllers/downloads_controller.rb b/app/controllers/downloads_controller.rb new file mode 100644 index 000000000..5f8ba6867 --- /dev/null +++ b/app/controllers/downloads_controller.rb @@ -0,0 +1,3 @@ +class DownloadsController < ApplicationController + def index; end +end diff --git a/app/views/downloads/index.html.erb b/app/views/downloads/index.html.erb new file mode 100644 index 000000000..3764c9e2d --- /dev/null +++ b/app/views/downloads/index.html.erb @@ -0,0 +1,60 @@ +<% title "Get the DEV mobile app" %> + + + +
+
+ +
+

Available at

+ + + +

Open Source 😇

+

Free Forever ❤️

+
+
diff --git a/app/views/pages/information.html.erb b/app/views/pages/information.html.erb index 36bd67541..3cf7a4999 100644 --- a/app/views/pages/information.html.erb +++ b/app/views/pages/information.html.erb @@ -58,6 +58,7 @@
  • Contact
  • Vulnerabilities/Bug Bounty
  • Code of Conduct
  • +
  • Get the mobile app