Skip to content
Snippets Groups Projects
Verified Commit efc13e75 authored by tribut's avatar tribut :man_dancing:
Browse files

Reduce hanging indent

On an actual mobile it's ugly :)
parent 7e3e4c68
No related merge requests found
Checking pipeline status
<h5 class="text-base mt-2 <%= Time.parse(date).end_of_day < now ? "past" : "future" %>"><%= date %></h5>
<ol class="list-inside">
<% assignments_on_date.each do |assignment| %>
<li class="<%= assignment.session.starts_at < now ? "past" : "future" %> indent-[-2rem] ml-8">
<li class="<%= assignment.session.starts_at < now ? "past" : "future" %> indent-[-1rem] ml-4">
<span class="tabular-nums"><%= assignment.session.starts_at.strftime('%H:%M') %> &ndash; <%= assignment.session.ends_at.strftime('%H:%M') %></span>:
<%= render partial: 'shared/session_filedrop', locals: { session: assignment.session } %><%= link_to assignment.session.title, conference_session_path(assignment.session.conference, assignment.session) %><%= render partial: 'shared/session_engelsystem', locals: { session: assignment.session } %> @ <%= assignment.session.stage.name %>
<small><% assignment.session.assignments.map(&:user).each do |other_user| %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment