diff options
author | hellekin <hellekin@cepheide.org> | 2021-03-22 15:35:56 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2021-03-22 15:35:56 +0100 |
commit | e0c68ac98124958c3fa51ec011b9b70865fa3984 (patch) | |
tree | 20b24f3e9b4988d61db66fc2a3d03cddef0c1187 /app | |
parent | e5619547d5544a043dfec173f17020b09f882a98 (diff) | |
download | incommon-map-e0c68ac98124958c3fa51ec011b9b70865fa3984.tar.gz |
Fix Agent URL
Diffstat (limited to 'app')
-rw-r--r-- | app/views/agents/_agent.html.erb | 2 |
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"> |