1 <p><%= t ".details" %></p>
4 <dt><%= t ".filename" %>
6 <dd><%= link_to(@trace_name, @trace_url) %>
10 <dt><%= t ".description" %>
11 <dd><%= @trace_description %>
12 <% if @trace_tags.length > 0 %>
14 <dd><%= @trace_tags.map(&:tag).join(", ") %>
16 <% if @possible_points %>
17 <dt><%= t ".total_points" %>
18 <dd><%= @possible_points %>
20 <% if @trace_points %>
21 <dt><%= t ".imported_points" %>
22 <dd><%= @trace_points %>