diff --git a/src/main/java/org/whispersystems/bithub/entities/Repository.java b/src/main/java/org/whispersystems/bithub/entities/Repository.java index a1caa47..9a9db8b 100644 --- a/src/main/java/org/whispersystems/bithub/entities/Repository.java +++ b/src/main/java/org/whispersystems/bithub/entities/Repository.java @@ -30,6 +30,10 @@ public class Repository { @NotEmpty private String url; + @JsonProperty + @NotEmpty + private String html_url; + @JsonProperty @NotNull private Author owner; @@ -59,6 +63,10 @@ public String getUrl() { return url; } + public String getHtmlUrl() { + return html_url; + } + public String getDescription() { return description; } diff --git a/src/main/resources/org/whispersystems/bithub/views/dashboard.mustache b/src/main/resources/org/whispersystems/bithub/views/dashboard.mustache index ac613f4..e093a37 100644 --- a/src/main/resources/org/whispersystems/bithub/views/dashboard.mustache +++ b/src/main/resources/org/whispersystems/bithub/views/dashboard.mustache @@ -146,7 +146,7 @@