Rename Widgets components to Widget

So naming is consistent with the way Admin::Widget controllers are
named.
This commit is contained in:
Javi Martín
2021-01-06 19:36:06 +01:00
parent 52d71b8432
commit e8e920ee50
14 changed files with 21 additions and 21 deletions

View File

@@ -0,0 +1,13 @@
<div class="legislation-process card">
<%= link_to url_for(process) do %>
<figure class="figure-card">
<%= image_tag("welcome_process.png", alt: "") %>
<figcaption>
<span><%= t("welcome.feed.process_label") %></span><br>
<h3><%= process.title %></h3>
</figcaption>
</figure>
<p class="description small"><%= process.summary %></p>
<p class="small"><%= t("welcome.feed.see_process") %></p>
<% end %>
</div>