X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/14936150ac8ab5cb4e8347b772b2c966f2add43f..738e66afa6231390f52679fe8b343478643f5684:/app/views/notes/index.html.erb diff --git a/app/views/notes/index.html.erb b/app/views/notes/index.html.erb index ef6251634..c88312665 100644 --- a/app/views/notes/index.html.erb +++ b/app/views/notes/index.html.erb @@ -1,9 +1,23 @@ <% content_for :heading do %>
<%= t ".subheading_html", - :user => link_to(@user.display_name, user_path(@user)), + :user => link_to(@user.display_name, @user), :submitted => tag.span(t(".subheading_submitted"), :class => "px-2 py-1 bg-primary bg-opacity-25"), - :commented => tag.span(t(".subheading_commented"), :class => "px-2 py-1 bg-white") %>
+ :commented => tag.span(t(".subheading_commented"), :class => "px-2 py-1 bg-body") %> +<% end %> + +<%= form_with :url => user_notes_path(@user), :method => :get, :data => { :turbo => true } do %> +