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:
@@ -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>
|
||||
Reference in New Issue
Block a user