File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.06 em ; }
473473h1 .regular .pull-right { font-size : 50% ; margin-top : 10.5px ; }
474474h2 .regular .pull-right { font-size : 57.6% ; margin-top : 7.5px ; }
475475
Original file line number Diff line number Diff line change 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"%}
You can’t perform that action at this time.
0 commit comments