Commit 962f6b112c3a93466ead757174faead2b852ce9f
1 parent
cd3ce9ea
Exists in
suggest_rejected_value
Some minor fixes on task html
Signed-off-by: Dylan Guedes <djmgguedes@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
plugins/organization_ratings/views/tasks/_create_organization_rating_comment_accept_details.html.erb
... | ... | @@ -2,8 +2,8 @@ |
2 | 2 | <% rating = OrganizationRating.find(task.organization_rating_id) %> |
3 | 3 | <%= @plugins.dispatch(:organization_ratings_plugin_task_extra_fields, rating).collect{ |content| instance_exec(&content) }.join("") %> |
4 | 4 | <div class="task-comment"> |
5 | - <%= _("Comment:")%> | |
6 | - <%= "\"#{task.body}\""%>\ | |
5 | + <span><%= _("Description:")%><span> | |
6 | + <p><%= "\"#{task.body}\""%></p> | |
7 | 7 | </div> |
8 | 8 | |
9 | 9 | <span class="rating-notice"><%="* "+_("The rating score is not moderated")%></span> | ... | ... |