@Model.TextContent
7 | }
8 | else if (Model.BlobType == BlobType.MarkDown)
9 | {
10 | | @SR.Team_Name | 31 |@SR.Team_Name | 32 |@SR.Team_Description | 33 |
|---|---|---|
| @Html.ActionLink(item.Name, "Detail", new { name = item.Name }) | 40 |@item.Nickname | 41 |@item.Description | 42 |
| @commit.Committer.Name.ShortString(20) | 36 |@commit.Committer.When.LocalDateTime.ToFullString() | 37 |@Html.ActionLink(commit.CommitMessageShort.ShortString(80), "Commit", Html.OverRoute(new { path = commit.Sha })) | 38 |
@Model.CommitMessage16 | @Model.Author.Name 17 | @SR.Repository_AuthoredAt 18 | @Model.Author.When.LocalDateTime.ToFullString() 19 | @if (Model.Author != Model.Committer) 20 | { 21 | @Model.Committer.Name 22 | @SR.Repository_CommittedAt 23 | @Model.Committer.When.LocalDateTime.ToFullString() 24 | } 25 |
| @SR.Account_Username | 31 |@SR.Account_Nickname | 32 |@SR.Account_Email | 33 |@SR.Account_IsSystemAdministrator | 34 | @*仓库数 | 35 |团队数 | *@ 36 |
|---|---|---|---|---|---|
| @Html.ActionLink(item.Name, "Detail", new { name = item.Name }) | 43 |@item.Nickname | 44 |@item.Email | 45 |@item.IsAdmin.ToFlagString(SR.Shared_Yes, SR.Shared_No) | 46 | @*@item.Repositories?.Length | 47 |@item.Teams?.Count | *@ 48 |
@change.Patch
44 | |
32 |
33 | @Html.ActionLink(hunk.Sha.ToShortSha(), "Commit", new { path = hunk.Sha + "/" + Model.Path })
34 | @Html.ActionLink("»", "Blame", new { path = hunk.Sha + "/" + Model.Path })
35 | @hunk.Author
36 |
37 |
38 | @hunk.AuthorDate.LocalDateTime.ToFullString()
39 | @hunk.MessageShort.ShortString(33)
40 |
41 | |
42 | |
43 |
@Model.Commit.CommitMessageShort15 |
| 46 | @await Html.PartialAsync("_BlobPreview") 47 | | 48 |
|
21 | @Model.Commit.ReferenceName
22 | @Model.Commit.Author.Name
23 | @SR.Repository_AuthoredAt
24 | @Model.Commit.Author.When.LocalDateTime.ToFullString()
25 | |
26 | 27 | | 28 | | @SR.Repository_BaseBranch | 29 |
|
34 | @Html.ActionLink(item.Commit.ReferenceName, "Tree", Html.OverRoute(new { path = item.Commit.ReferenceName }))
35 | @Model.Commit.Author.Name
36 | @SR.Repository_AuthoredAt
37 | @item.Commit.Author.When.LocalDateTime.ToFullString()
38 | |
39 | @item.Behind @SR.Repository_Behind |
40 | @item.Ahead @SR.Repository_Ahead |
41 | @if (Model.CanDelete) 42 | {@SR.Shared_Delete} | 43 |
| @SR.Repository_DefaultBranch | @Model.Statistics.Default.Branch |
| @SR.Repository_DefaultCommits | @Model.Statistics.Default.NumberOfCommits |
| @SR.Repository_DefaultContributors | @Model.Statistics.Default.NumberOfContributors |
| @SR.Repository_DefaultFiles | @Model.Statistics.Default.NumberOfFiles |
| @SR.Repository_DefaultSourceSize | @FileHelper.GetSizeString(Model.Statistics.Default.SizeOfSource) |
| @SR.Repository_CurrentBranch | @Model.Statistics.Current.Branch |
| @SR.Repository_CurrentCommits | @Model.Statistics.Current.NumberOfCommits |
| @SR.Repository_CurrentContributors | @Model.Statistics.Current.NumberOfContributors |
| @SR.Repository_CurrentFiles | @Model.Statistics.Current.NumberOfFiles |
| @SR.Repository_CurrentSourceSize | @FileHelper.GetSizeString(Model.Statistics.Current.SizeOfSource) |
| @SR.Repository_RepositorySize | @FileHelper.GetSizeString(Model.Statistics.RepositorySize) |
|
21 |
22 | @repo.Description
23 |
24 |
31 |
25 | @repo.Views.ToString("n0")
26 | @repo.Commits.ToString("n0")
27 | @repo.Contributors.ToString("n0")
28 |
29 | @repo.LastCommit.ToFullString()
30 | |
32 |
|
45 |
46 | @repo.Description
47 |
48 |
55 |
49 | @repo.Views.ToString("n0")
50 | @repo.Commits.ToString("n0")
51 | @repo.Contributors.ToString("n0")
52 |
53 | @repo.LastCommit.ToFullString()
54 | |
56 |
@SR.Repository_ImportTips
67 |