Skip to content

Commit

Permalink
lastest album changes
Browse files Browse the repository at this point in the history
willjshark committed Dec 16, 2021
1 parent 42a608c commit 15bafd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/show.html.erb
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
<%end%>
<div>
<h1 class="h3"> <%= @user.username %> </h1>
<p>Member since: <%= @user.created_at.strftime("%d %G") %></p>
<p>Member since: <%= @user.created_at.strftime("%d %B %G") %></p>
<% if @user.id == session[:user_id]%>
<%= link_to "Edit details", edit_user_path(@user) %>
<%end%>

0 comments on commit 15bafd1

Please sign in to comment.