File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 11{{template "base/head" .}}
2- <div role="main" aria-label="{{.Title}}" class="page-content repository packages ">
2+ <div role="main" aria-label="{{.Title}}" class="page-content repository projects view-project ">
33 {{template "shared/user/org_profile_avatar" .}}
44 <div class="ui container">
55 {{template "user/overview/header" .}}
Original file line number Diff line number Diff line change 1- <div role="main" aria-label="{{.Title}}" class="page-content repository projects view-project">
2- <div class="ui container">
31 <div class="ui two column stackable grid">
42 <div class="column">
53 </div>
7068 {{end}}
7169 </div>
7270 <div class="divider"></div>
73- </div>
74- <div class="ui container fluid padded" id="project-board">
71+
72+ <div id="project-board">
7573
7674 <div class="board {{if .CanWriteProjects}}sortable{{end}}">
7775 {{range $board := .Boards}}
253251
254252 </div>
255253
256- </div>
257-
258254{{if .CanWriteProjects}}
259255 <div class="ui g-modal-confirm delete modal">
260256 <div class="header">
Original file line number Diff line number Diff line change 9999 {{if and .IsSigned (ne .SignedUserID .ContextUser.ID)}}
100100 <li class="follow">
101101 {{if $.IsFollowing}}
102- <form method="post" action="{{.Link }}?action=unfollow&redirect_to={{$.Link}}">
102+ <form method="post" action="{{.ContextUser.HomeLink }}?action=unfollow&redirect_to={{$.Link}}">
103103 {{$.CsrfTokenHtml}}
104104 <button type="submit" class="ui basic red button">{{svg "octicon-person"}} {{.locale.Tr "user.unfollow"}}</button>
105105 </form>
106106 {{else}}
107- <form method="post" action="{{.Link }}?action=follow&redirect_to={{$.Link}}">
107+ <form method="post" action="{{.ContextUser.HomeLink }}?action=follow&redirect_to={{$.Link}}">
108108 {{$.CsrfTokenHtml}}
109109 <button type="submit" class="ui basic green button">{{svg "octicon-person"}} {{.locale.Tr "user.follow"}}</button>
110110 </form>
You can’t perform that action at this time.
0 commit comments