File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ <h1>Manage open review requests for {{ group.acronym }}</h1>
5656 </ td >
5757 < td >
5858 {% if r.reviewer %}
59- < button type ="button " class ="btn btn-default btn-sm reviewer-action " title ="Click to reassign request "> {{ r.reviewer.person }} {% if r.state_id == "accepted" %}< span class ="label label-default "> ack </ span > {% endif %}</ button >
59+ < button type ="button " class ="btn btn-default btn-sm reviewer-action " title ="Click to reassign request "> {{ r.reviewer.person }} {% if r.state_id == "accepted" %}< span class ="label label-default "> accp </ span > {% endif %}</ button >
6060 {% else %}
6161 < button type ="button " class ="btn btn-default btn-sm reviewer-action " title ="Click to assign request "> < em > not yet assigned</ em > </ button >
6262 {% endif %}
@@ -75,7 +75,7 @@ <h1>Manage open review requests for {{ group.acronym }}</h1>
7575 </ span >
7676 </ td >
7777 < td >
78- < button type ="button " class ="btn btn-default btn-sm close-action " title =" Click to mark request for closure " > Close</ button >
78+ < button type ="button " class ="btn btn-default btn-sm close-action "> Close... </ button >
7979
8080 < span class ="close-controls form-inline ">
8181 {% spaceless %}
You can’t perform that action at this time.
0 commit comments