aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2021-03-22 15:35:56 +0100
committerhellekin <hellekin@cepheide.org>2021-03-22 15:35:56 +0100
commite0c68ac98124958c3fa51ec011b9b70865fa3984 (patch)
tree20b24f3e9b4988d61db66fc2a3d03cddef0c1187
parente5619547d5544a043dfec173f17020b09f882a98 (diff)
downloadincommon-map-e0c68ac98124958c3fa51ec011b9b70865fa3984.tar.gz
Fix Agent URL
-rw-r--r--app/views/agents/_agent.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/agents/_agent.html.erb b/app/views/agents/_agent.html.erb
index fda8bd0..aaeb9b0 100644
--- a/app/views/agents/_agent.html.erb
+++ b/app/views/agents/_agent.html.erb
@@ -1,7 +1,7 @@
<article class="agent" id="agent-<%= agent.to_param %>">
<header>
<h1><%= link_to agent.name, agent_url(agent) %></h1>
- <h2><%= link_to agent_url(agent) %></h1>
+ <h2><%= link_to agent_url(agent), agent_url(agent) %></h1>
</head>
<% if current_agent == agent %>
<section class="agent-info">