From 5a72d0ec567b457464e97ddafc16a4469912414f Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Wed, 2 May 2018 11:50:11 -0400 Subject: [PATCH] Make profile modifications WIP --- app/views/users/show.html.erb | 43 +++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 app/views/users/show.html.erb 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