change copy "Popular" to "Popular Repositories"

This commit is contained in:
Sam Rijs 2018-02-04 11:34:35 +11:00
parent f34d87d60a
commit 106fa95a84

View file

@ -5,7 +5,7 @@ use ::models::repo::Repository;
fn popular_table(popular: Vec<Repository>) -> Markup {
html! {
h2 class="title is-3" "Popular"
h2 class="title is-3" "Popular Repositories"
table class="table is-fullwidth is-striped is-hoverable" {
thead {