diff --git a/app/assets/images/default_banner.jpg b/app/assets/images/default_banner.jpg new file mode 100644 index 0000000..413f2d7 Binary files /dev/null and b/app/assets/images/default_banner.jpg differ diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb new file mode 100644 index 0000000..14955fc --- /dev/null +++ b/app/controllers/users_controller.rb @@ -0,0 +1,7 @@ +# app/controllers/users_controller.rb +class UsersController < ApplicationController + + def index + @users = User.all + end +end diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb new file mode 100644 index 0000000..1f722f5 --- /dev/null +++ b/app/views/users/index.html.erb @@ -0,0 +1,42 @@ +
@<%= user.username %>
+ + <% if user.parsed_tags.any? %> +<%= user.description %>
+You may have mistyped the address or the page may have moved.
-If you are the application owner check the logs for more information.
+ +The page you were looking for doesn't exist.
+You may have mistyped the address or the page may have moved.
+ + Return to Homepage + +Maybe you tried to change something you didn't have access to.
-If you are the application owner check the logs for more information.
+ +The request was well-formed but was unable to be followed due to semantic errors.
+ + Return to Homepage + +If you are the application owner check the logs for more information.
+ +Oops! Something went wrong on our end.
+We're working to fix it. Please try again later.
+ + Return to Homepage + +