Skip to content

Commit 9099c1e

Browse files
committed
Tweaked the review assignment presentation in review/request_info.html.
- Legacy-Id: 16204
1 parent 1b5cdfe commit 9099c1e

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

ietf/static/ietf/css/ietf.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ h1 small .pull-right { margin-top: 10.5px; }
469469

470470
/* from bootstrap: .small { font-size: 84%; } */
471471

472-
.tiny { font-size: 70%; }
472+
.tiny { font-size: 70%; position: relative; top: -0.06em; }
473473
h1 .regular.pull-right { font-size: 50%; margin-top: 10.5px ; }
474474
h2 .regular.pull-right { font-size: 57.6%; margin-top: 7.5px; }
475475

ietf/templates/doc/review/request_info.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,11 @@
111111
<th>{% if forloop.first %}Assignment{{assignments|pluralize}}{% endif %}</th>
112112
<th>Reviewer</th>
113113
<td>
114-
<b>{{ assignment.reviewer.person }}</b>
114+
<a href="{% url 'ietf.person.views.profile' email_or_name=assignment.reviewer.person.name %}"><b>{{ assignment.reviewer.person.plain_name }}</b></a>
115+
<a href="mailto:{{ assignment.reviewer.address }}"><span class="fa fa-envelope-o tiny"></span></a>
116+
117+
118+
115119
{% if assignment.can_reject_reviewer_assignment or assignment.can_accept_reviewer_assignment %}
116120
<div class="reviewer-assignment-not-accepted">
117121
{% if assignment.state_id == "assigned"%}

0 commit comments

Comments
 (0)