Skip to content
Snippets Groups Projects
Unverified Commit b1ca58c1 authored by Felix Eckhofer's avatar Felix Eckhofer :man_dancing:
Browse files

Make conferences easier to click

Also unifies h1-style a bit (see "My Assignments").
parent 5a13a75b
No related branches found
No related tags found
No related merge requests found
<div> <div>
<h1>Conferences</h1> <h1 class="text-xl my-4">Conferences</h1>
<ul> <ul>
<% @conferences.each do |conference| %> <% @conferences.each do |conference| %>
<li><%= link_to conference.name, conference_path(conference.slug) %></li> <li><%= link_to conference.name, conference_path(conference.slug), class: "inline-block px-4 py-2" %></li>
<% end %> <% end %>
</ul> </ul>
</div> </div>
\ No newline at end of file
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