diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-20 20:05:43 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-20 20:05:43 +0200 |
| commit | 8fb2ce2f1350ea2bcaf7d4c99999424f0b979b7f (patch) | |
| tree | 54265913d10d3109a240f6c453889bfc070a61de /app/views | |
| parent | f4add28460d69ba741ff03270228bae49ecda858 (diff) | |
Remove a superflous section header
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/assets/show.html.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/assets/show.html.erb b/app/views/assets/show.html.erb index a0e4e46..e551e35 100644 --- a/app/views/assets/show.html.erb +++ b/app/views/assets/show.html.erb | |||
| @@ -16,7 +16,6 @@ | |||
| 16 | </div> | 16 | </div> |
| 17 | </div> | 17 | </div> |
| 18 | 18 | ||
| 19 | <div class="node_description">Thumbnail</div> | ||
| 20 | <% if @asset.has_variant?(:medium) %> | 19 | <% if @asset.has_variant?(:medium) %> |
| 21 | <div class="node_description">Thumbnail</div> | 20 | <div class="node_description">Thumbnail</div> |
| 22 | <div class="node_content"><%= image_tag @asset.upload.url(:medium), style: "max-width: 300px; max-height: 300px;" %></div> | 21 | <div class="node_content"><%= image_tag @asset.upload.url(:medium), style: "max-width: 300px; max-height: 300px;" %></div> |
