aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2021-02-11 23:05:27 +0100
committerhellekin <hellekin@cepheide.org>2021-02-11 23:05:27 +0100
commitcbbf21de5c26bc8435024ac3f0bd62e69c84341b (patch)
treecc7f000adf0802e59676b5db19011ff9f14736f9 /app/views
parente5619547d5544a043dfec173f17020b09f882a98 (diff)
downloadincommon-map-cbbf21de5c26bc8435024ac3f0bd62e69c84341b.tar.gz
[FEATURE] Link to editv0.1.8
Diffstat (limited to 'app/views')
-rw-r--r--app/views/resources/_popup.html.erb6
1 files changed, 6 insertions, 0 deletions
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>