1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 02:28:50 +01:00

Switch to Bootstrap 4

This commit is contained in:
2019-12-23 17:49:54 +01:00
parent f28cade211
commit f08254ffef
26 changed files with 207 additions and 120 deletions

View File

@@ -1,5 +1,8 @@
<%= panel heading: 'Hinweise zur Erstellung von Übersetzungen', context: :info do %>
<div class='panel-body'>
<div class="card">
<div class="card-header">
Hinweise zur Erstellung von Übersetzungen
</div>
<div class='card-body'>
<ul>
<li>Als Basis für jede Übersetzung dient der HTML-Quelltext von projecteuler.net.
Dazu gehen Sie auf die entsprechende <%= link_to "Problem-Seite", @problem.original_url, target: '_blank' %>.
@@ -12,4 +15,4 @@
<li>Die Sie-Form benutzen.</li>
</ul>
</div>
<% end %>
</div>