Skip to content

Commit 45444bf

Browse files
committed
remove duplicated poster, remove unrelated code
1 parent 7d0768c commit 45444bf

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

options/locale/locale_en-US.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,6 @@ projects.board.color = "Color"
11821182
projects.open = Open
11831183
projects.close = Close
11841184
projects.board.assigned_to = Assigned to
1185-
projects.board.opened_by = opened by
11861185
11871186
issues.desc = Organize bug reports, tasks and milestones.
11881187
issues.filter_assignees = Filter Assignee

templates/repo/projects/view.tmpl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,12 +217,9 @@
217217
{{end}}
218218
</span>
219219
</div>
220-
<div class="meta">
221-
#{{.Index}} {{$.i18n.Tr "repo.projects.board.opened_by"}} <a target="_blank" href="{{.Poster.HTMLURL}}">{{.Poster.Name}}</a>
222-
</div>
223220
{{- if .MilestoneID }}
224221
<div class="meta my-2">
225-
<a class="milestone" target="_blank" href="{{$.RepoLink}}/milestone/{{ .MilestoneID}}">
222+
<a class="milestone" href="{{$.RepoLink}}/milestone/{{ .MilestoneID}}">
226223
{{svg "octicon-milestone" 16 "mr-2 vm"}}
227224
<span class="vm">{{ .Milestone.Name }}</span>
228225
</a>

0 commit comments

Comments
 (0)