FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

wrapping feedback block in a link · devhttps/frontend@bc888b3 · GitHub

Commit bc888b3

Browse files
Darren Hurley
committed
wrapping feedback block in a link
1 parent f79367a commit bc888b3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

‎common/app/assets/stylesheets/module/experiments/_story.scss‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,8 @@ i.is-open.cta-new__icn--right {
529529
padding:5px;
530530
color:#ffffff;
531531
font-weight:500;
532+
display:block;
533+
text-decoration:none;
532534
}
533535
.cta-new--story {
534536
border-top:1px solid #ffffff;

‎event/app/views/fragments/feedback.scala.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@()
22

33
<div class="site-message cta-new--blue">
4-
<p class="site-message__body">We are experimenting today with a new way to show stories</p>
4+
<a href="http://survey.omniture.com/d1/hosted/6cfdfb6ffc" class="site-message__body">We are experimenting today with a new way to show stories</a>
55
<div class="cta-new cta-new--story">
66
<a data-link-name="Give feedback" href="http://survey.omniture.com/d1/hosted/6cfdfb6ffc">
77
<span class="cta-new__text">Give us your feedback</span>

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL