Skip to content

Commit e2410b7

Browse files
authored
Merge pull request #10 from dombat/feature-branch
Refactor Index.cshtml to update the title of the Munson's Pickles and…
2 parents 07b6079 + 9c2f095 commit e2410b7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

src/Application/CODEOWNERS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This is a CODEOWNERS file
2+
3+
# Specify the files or directories and assign owners to them
4+
# Each line follows the format: <pattern> <owner>
5+
6+
# Example:
7+
# /path/to/file @username
8+
9+
# Add your own rules below:
10+
* @global-owner1

src/Application/src/RazorPagesTestSample/Pages/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@page
22
@model IndexModel
33
@{
4-
ViewData["Title"] = "Munson's Pickles and Preserves Team Messaging System";
4+
ViewData["Title"] = "Munson's Pickles and Preserves Team Messaging System with a small CHANGE!!";
55
}
66

77
<h1>@ViewData["Title"]</h1>

0 commit comments

Comments
 (0)