Display trace descriptions properly
This commit is contained in:
parent
f111e6c1cf
commit
111329b31f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<%= link_to t('trace.trace.edit'), {:controller => 'site', :action => 'edit', :gpx => trace.id }, {:title => t('trace.trace.edit_map')} %>
|
||||
<span class="trace_<%= trace.visibility %>"><%= t('trace.trace.' + trace.visibility) %></span>
|
||||
<br />
|
||||
<%= t('trace.list.description') %>
|
||||
<%= trace.description %>
|
||||
<br />
|
||||
<%= t'trace.trace.by' %> <%=link_to h(trace.user.display_name), {:controller => 'user', :action => 'view', :display_name => trace.user.display_name} %>
|
||||
<% if !trace.tags.empty? %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue