16 lines
534 B
Plaintext
16 lines
534 B
Plaintext
<small><%= t("related_content.is_related") %></small>
|
|
|
|
<div class="relate-content-score">
|
|
<%= button_to t("related_content.score_positive"),
|
|
score_positive_related_content_path(related),
|
|
method: :put,
|
|
remote: true,
|
|
class: "score-positive" %>
|
|
|
|
<%= button_to t("related_content.score_negative"),
|
|
score_negative_related_content_path(related),
|
|
method: :put,
|
|
remote: true,
|
|
class: "score-negative" %>
|
|
</div>
|