Skip to content

Commit fd93aa4

Browse files
committed
Change Schools column header to "URN"
So the header fits in one line without wrapping.
1 parent c68fb29 commit fd93aa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/teams/schools.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<% table.with_head do |head| %>
1616
<% head.with_row do |row| %>
1717
<% row.with_cell { "Name" } %>
18-
<% row.with_cell { "School URN" } %>
18+
<% row.with_cell { "URN" } %>
1919
<% end %>
2020
<% end %>
2121
<% table.with_body do |body| %>

0 commit comments

Comments
 (0)