]> git.openstreetmap.org Git - rails.git/blob - app/views/browse/_tag.html.erb
c0cdb5f9ae0def826762437953076a17982b1529
[rails.git] / app / views / browse / _tag.html.erb
1 <tr>
2   <th class='py-1 border-grey table-light fw-normal' dir='auto'><%= format_key(tag[0]) %></th>
3   <td class='py-1 border-grey border-start' dir='auto'><%= format_value(tag[0], tag[1]) %></td>
4 </tr>