From f268a5d66114724c21bbe0046fb86233431f0373 Mon Sep 17 00:00:00 2001
From: Jimmy Zelinskie
Date: Tue, 13 Jan 2015 11:02:08 -0500
Subject: [PATCH] Fix twitter-view once and for all!
One image URL was broken and it was accidentally using the avatar
directive, so the class has been changed to 'twitter-avatar' and made
explicit.
---
static/css/quay.css | 2 +-
static/directives/twitter-view.html | 2 +-
static/partials/landing-normal.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/static/css/quay.css b/static/css/quay.css
index 4df625503..08438df08 100644
--- a/static/css/quay.css
+++ b/static/css/quay.css
@@ -1667,7 +1667,7 @@ i.toggle-icon:hover {
padding-left: 70px;
}
-.landing-page .twitter-tweet .avatar img {
+.landing-page .twitter-tweet .twitter-avatar img {
border-radius: 4px;
border: 2px solid rgb(70, 70, 70);
width: 50px;
diff --git a/static/directives/twitter-view.html b/static/directives/twitter-view.html
index e78776ea1..68e30f366 100644
--- a/static/directives/twitter-view.html
+++ b/static/directives/twitter-view.html
@@ -4,7 +4,7 @@
-
+
{{ authorName }} (@{{authorUser}})
{{ messageDate }}
diff --git a/static/partials/landing-normal.html b/static/partials/landing-normal.html
index 0a0dedc3a..274b56ac0 100644
--- a/static/partials/landing-normal.html
+++ b/static/partials/landing-normal.html
@@ -207,7 +207,7 @@
-