-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1257 from haskell/janus/vouch
Add vouching
- Loading branch information
Showing
8 changed files
with
458 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
$hackageCssTheme()$ | ||
<title>Endorse user | Hackage</title> | ||
</head> | ||
|
||
<body> | ||
$hackagePageHeader()$ | ||
|
||
<div id="content"> | ||
<h2>Endorse user</h2> | ||
|
||
<p>$msg$</p> | ||
|
||
<form action="" method=POST> | ||
<input type=submit value="Endorse this user"> | ||
</form> | ||
|
||
<p>Endorsing cannot be undone! When the user has $requiredNumber$ endorsements, the user | ||
will be added to the uploaders group, and allowed to upload packages. Only endorse people who you trust to upload packages responsibly.</p> | ||
<ul> | ||
$vouches$ | ||
</ul> | ||
|
||
</div> | ||
</body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.