Skip to content

Commit b5f4dc0

Browse files
committed
Ensure nav item row url links to nav item url
1 parent cef13f3 commit b5f4dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/better_together/navigation_items/_navigation_item_row.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<%= link_to item.title, [item.navigation_area, item], class: 'text-decoration-none' %>
1010
</td>
1111
<td><%= item.item_type %></td>
12-
<td class="overflow-hidden"><%= link_to item.url %></td>
12+
<td class="overflow-hidden"><%= link_to item.url, item.url %></td>
1313
<td><%= item.linkable ? link_to(item.linkable) : t('globals.none') %></td>
1414
<td><%= item.visible ? t('globals.yes') : t('globals.no') %></td>
1515
<td class="text-end">

0 commit comments

Comments
 (0)