Signed-off-by: oppiliappan me@oppi.li
appview/pages/pages.go
appview/pages/pages.go
This file has not been changed.
appview/pages/templates/timeline/fragments/announcements.html
appview/pages/templates/timeline/fragments/announcements.html
This file has not been changed.
appview/pages/templates/timeline/fragments/timeline.html
appview/pages/templates/timeline/fragments/timeline.html
This file has not been changed.
appview/pages/templates/timeline/fragments/trending.html
appview/pages/templates/timeline/fragments/trending.html
This file has not been changed.
appview/pages/templates/timeline/fragments/vouchSuggestions.html
appview/pages/templates/timeline/fragments/vouchSuggestions.html
This file has not been changed.
appview/pages/templates/timeline/timeline.html
appview/pages/templates/timeline/timeline.html
This file has not been changed.
appview/pages/templates/user/fragments/vouchPopover.html
appview/pages/templates/user/fragments/vouchPopover.html
This file has not been changed.
appview/state/timeline.go
appview/state/timeline.go
This file has not been changed.
+6
-6
appview/pulls/pulls.go
+6
-6
appview/pulls/pulls.go
···
805
805
}
806
806
807
807
s.pages.RepoPulls(w, pages.RepoPullsParams{
808
-
LoggedInUser: s.oauth.GetMultiAccountUser(r),
809
-
RepoInfo: repoInfo,
810
-
Pulls: pulls,
811
-
LabelDefs: defs,
812
-
FilterState: filterState,
813
-
FilterQuery: query.String(),
808
+
LoggedInUser: s.oauth.GetMultiAccountUser(r),
809
+
RepoInfo: repoInfo,
810
+
Pulls: pulls,
811
+
LabelDefs: defs,
812
+
FilterState: filterState,
813
+
FilterQuery: query.String(),
814
814
Stacks: stacks,
815
815
Pipelines: m,
816
816
Page: page,