diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb new file mode 100644 index 000000000..d71a0aee3 --- /dev/null +++ b/app/views/users/show.html.erb @@ -0,0 +1,43 @@ + +<% title @user.name + " — DEV Profile on dev.to" %> + +
+
+
+ <%= @user.username %> profile +
+

<%= @user.name %>

+
+
+
+ My projects +
+
+
+
+ Test +
+
+
\ No newline at end of file