Skip to content
Snippets Groups Projects
Unverified Commit b47ade05 authored by Arnaud Levy's avatar Arnaud Levy Committed by GitHub
Browse files

Merge pull request #1233 from noesya/mobile

Amélioration de la navigation mobile
parents f81609f1 e444864b
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@ selectable ||= false
<%= check_box_tag nil, nil, false, data: { batch_selectable_role: "select-all" } if selectable %>
</th>
<% end %>
<th class="ps-0" width="60%"><%= Communication::Website::Post.human_attribute_name('title') %></th>
<th class="ps-3"><%= Communication::Website::Post.human_attribute_name('meta') %></th>
<th class="ps-0" style="min-width: 250px"><%= Communication::Website::Post.human_attribute_name('title') %></th>
<th class="ps-3" style="min-width: 200px"><%= Communication::Website::Post.human_attribute_name('meta') %></th>
<th><%= Communication::Website::Post.human_attribute_name('featured_image') %></th>
</tr>
</thead>
......
<section class="pure__section flex-fill position-relative <%= classes %>">
<%= image_tag image, class: 'img-fluid mb-3', loading: :lazy if image %>
<div class="d-flex">
<div class="d-lg-flex me-4 <%= 'mb-3' if small %>">
<% if title %>
<% if small %>
<%= osuny_label title %>
<% else %>
<h2 class="mb-3"><%= title %></h2>
<h2 class="me-3"><%= title %></h2>
<% end %>
<% end %>
<% if action %>
<div class="ms-4"><%= raw action %></div>
<div class="mb-2"><%= raw action %></div>
<% end %>
</div>
<% if subtitle %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment