Skip to content

Commit 7d3fecb

Browse files
committed
Changed Updated At header;
1 parent b8c51fb commit 7d3fecb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Pages/Secrets/Delete.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@Html.DisplayFor(model => model.Secret.Name)
2020
</dd>
2121
<dt class="col-sm-2">
22-
@Html.DisplayNameFor(model => model.Secret.UpdatedAt)
22+
Updated At
2323
</dt>
2424
<dd class="col-sm-10">
2525
@Html.DisplayFor(model => model.Secret.UpdatedAt)

src/Pages/Secrets/Details.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@Html.DisplayFor(model => model.Secret.Name)
1919
</dd>
2020
<dt class="col-sm-2">
21-
@Html.DisplayNameFor(model => model.Secret.UpdatedAt)
21+
Updated At
2222
</dt>
2323
<dd class="col-sm-10">
2424
@Html.DisplayFor(model => model.Secret.UpdatedAt)

src/Pages/Secrets/Index.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
@Html.DisplayNameFor(model => model.Secrets.Secrets[0].Name)
1818
</th>
1919
<th>
20-
@Html.DisplayNameFor(model => model.Secrets.Secrets[0].UpdatedAt)
20+
Updated At
2121
</th>
2222
<th></th>
2323
</tr>

0 commit comments

Comments
 (0)