Fixed typo in page templates
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<%= erb :header %>
|
||||
<div class="container">
|
||||
<h2 class="text-center">Удаление сатрых версий пакетов проекта <%= @proj_name %></h2>
|
||||
<h2 class="text-center">Восстановить пакеты репозитория <%= @proj_name %> из снимка</h2>
|
||||
<form action="/prjsnap_restore/<%= ERB::Util.url_encode(@proj_id) %>?snap=<%= ERB::Util.url_encode(@snap_name) %>" method="post">
|
||||
<div class="form-check form-switch text-center pb-3">
|
||||
<input class="form-check-input" type="checkbox" role="switch" id="yes" name="yes">
|
||||
|
||||
Reference in New Issue
Block a user