Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

Commit

Permalink
Aesthetic only change to Hold Review Topic match
Browse files Browse the repository at this point in the history
  • Loading branch information
JPrevost committed Aug 12, 2015
1 parent d6ec558 commit c930721
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/hold/browse.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*****************************************************************************@
@(id: Int, holds: List[Hold], page: Int, total: Long)(implicit request: play.api.mvc.RequestHeader)
@reason(topic: Topic) = {
<p>[@topic.scheme.tag:<a href="@routes.Application.topic(topic.id)">@topic.tag</a>]</p>
<p class="hold_topic">@topic.scheme.tag: <a href="@routes.Application.topic(topic.id)">@topic.tag</a></p>
}
@layout.main("Holds Browse - TopicHub") {
<div class="page-header">
Expand Down
4 changes: 4 additions & 0 deletions public/stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ a.list-group-item:hover {
background-color: lightblue;
border: solid thin red;
}

.hold_topic, .hold_topic a {
color: gray;
}

0 comments on commit c930721

Please sign in to comment.