mirror of
https://github.com/we-promise/sure.git
synced 2026-04-14 17:44:07 +00:00
Minor improvements to categories & changelog pages (#1274)
* ui: change category badge border color * ui/ux: use author's name in changelog * ui: badge border 25% -> 30%
This commit is contained in:
committed by
GitHub
parent
a20809eee3
commit
77fc5caecf
@@ -47,6 +47,8 @@ class Provider::Github
|
||||
if release
|
||||
{
|
||||
avatar: release.author.avatar_url,
|
||||
# this is the username, it would be nice to get the full name
|
||||
username: release.author.login,
|
||||
name: release.name,
|
||||
published_at: release.published_at,
|
||||
body: Octokit.markdown(release.body, mode: "gfm", context: repo)
|
||||
|
||||
Reference in New Issue
Block a user