ソースを参照

adding test code for graying out based on status

joel
Simon Bowie 1年前
コミット
c6e31ddc99
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      web/app/templates/base.html

+ 1
- 1
web/app/templates/base.html ファイルの表示

@@ -193,7 +193,7 @@
{% endmacro %}

{% macro resource_with_related(resource, loop, show_number=true) %}
<div class="w-full border-b-2 border-black fade-right">
<div class="w-full border-b-2 border-black fade-right" {% if resource.status == 'no longer maintained' %} style="background-color: gray"{% endif %}>
<div class="content w-full py-8 overflow-x-auto">
<div class="grid lg:grid-rows-[auto,auto,auto] grid-flow-col w-fit pr-40 ">
<div class="w-[4.5rem] shrink-0 lg:w-[12rem] text-center px-2 py-4 ">

読み込み中…
キャンセル
保存