Skip to content

Commit c335f41

Browse files
committed
Show sub agency names instead of agency id in details view
closes #1
1 parent 1522ae2 commit c335f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ddi.Registry.Web/Views/Agency/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ else
3232
{
3333
foreach (Ddi.Registry.Data.Assignment a in Model.Assignments)
3434
{
35-
<h2>@a.AgencyId</h2>
35+
<h2>@a.AssignmentId</h2>
3636

3737
<h4>Services</h4>
3838

0 commit comments

Comments
 (0)