changelog cleanup

This commit is contained in:
flash 2015-08-10 04:43:36 +02:00
parent 3be5f66223
commit 98beef09d0
3 changed files with 642 additions and 403 deletions

File diff suppressed because it is too large Load diff

View file

@ -76,6 +76,11 @@
padding: 0 5px;
}
.release > div > a.changeuser {
float: right;
margin-right: 10px;
}
.release > div {
border-bottom: 1px #222 solid;
}

View file

@ -94,6 +94,10 @@ foreach($changelog as $revisionId => $revisionData) {
$changelogHTML .= $changeData['change'];
$changelogHTML .= '</span>';
$changelogHTML .= '<a class="changeuser" target="_blank" href="http://bitbucket.org/'. strtolower($changeData['user']) .'">';
$changelogHTML .= $changeData['user'];
$changelogHTML .= '</a>';
$changelogHTML .= '</div>';
}