From 074122656c03161b5f7c1fa4ec5e7dd5844bd1a3 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Jan 11 2016 13:41:33 +0000 Subject: [frontend] button icon --- diff --git a/frontend/coprs_frontend/coprs/templates/coprs/detail/builds.html b/frontend/coprs_frontend/coprs/templates/coprs/detail/builds.html index ca5b395..99bbc62 100644 --- a/frontend/coprs_frontend/coprs/templates/coprs/detail/builds.html +++ b/frontend/coprs_frontend/coprs/templates/coprs/detail/builds.html @@ -17,7 +17,7 @@

Project Builds

{% if g.user and g.user.can_build_in(copr) %} - New Build + New Build {% endif %}

This view shows all builds in the project

diff --git a/frontend/coprs_frontend/coprs/templates/coprs/detail/packages.html b/frontend/coprs_frontend/coprs/templates/coprs/detail/packages.html index 3e1e250..d098c83 100644 --- a/frontend/coprs_frontend/coprs/templates/coprs/detail/packages.html +++ b/frontend/coprs_frontend/coprs/templates/coprs/detail/packages.html @@ -16,7 +16,7 @@

Project Packages

{% if g.user and g.user.can_edit(copr) %} - New package + New package {% endif %}

This view shows all packages in the project