diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/application/_user_info.html.erb | 1 | ||||
-rw-r--r-- | app/views/resources/_popup.html.erb | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/app/views/application/_user_info.html.erb b/app/views/application/_user_info.html.erb index 122ec19..0f003bb 100644 --- a/app/views/application/_user_info.html.erb +++ b/app/views/application/_user_info.html.erb @@ -15,3 +15,4 @@ <% content_for :debug do %> <%= @current_user&.avatar_url %> <% end %> + diff --git a/app/views/resources/_popup.html.erb b/app/views/resources/_popup.html.erb index 0841264..0e8b1da 100644 --- a/app/views/resources/_popup.html.erb +++ b/app/views/resources/_popup.html.erb @@ -7,4 +7,10 @@ <%= m resource.description %> </section> <% end %> + <nav> + <ul> + <li><%= link_to(tag.nobr(resource.uuid), resource_path(resource), title: 'voir la fiche correspondante') %></li> + <li><%= link_to('modifier', edit_resource_url(resource), title: 'nodifier cette ressource') %></li> + </ul> + </nav> </article> |