Skip to content

Commit

Permalink
get rid of remaining rid (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith authored Dec 6, 2024
2 parents f7adbde + 3672c69 commit 6f60f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/core/templates/snippets/mp_data.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{% for scenario in context %}
<tr class="bg-gray-100">
<td class="text-lg p-3" colspan="9">
<p class="text-indigo-500 hover:text-indigo-700">{{ scenario.rid }}: {{ scenario.name }}</p>
<p class="text-indigo-500 hover:text-indigo-700">{{ scenario.ref_id }}: {{ scenario.name }}</p>
<span class="text-xs text-center p-1 mx-1 rounded"
{% if scenario.treatment == 'open' %}
style="background-color: #fed7aa"
Expand Down
2 changes: 1 addition & 1 deletion backend/core/templates/snippets/ri_list_nested.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{% for scenario in scenarios %}
<tr class="hover:text-indigo-500 cursor-pointer hover:scale-[0.99] duration-500 text-center">
<td class="px-5 py-5 border-b border-gray-200 text-sm">
{{ scenario.rid }}
{{ scenario.ref_id }}
</td>
<td class="px-4 py-5 border-b border-gray-200 text-sm">
<div class="flex items-center">
Expand Down

0 comments on commit 6f60f14

Please sign in to comment.