mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Update version
This commit is contained in:
parent
21cc53b78a
commit
68637c2798
4 changed files with 6 additions and 5 deletions
|
|
@ -1 +1 @@
|
||||||
0.8.0
|
0.8.1
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -25,7 +25,7 @@
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
<th>Processed</th>
|
<th>Imported points</th>
|
||||||
<th>Created at</th>
|
<th>Created at</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
<div class="min-h-content bg-base-200 w-full">
|
<div class="min-h-content bg-base-200 w-full">
|
||||||
<div class="flex flex-col lg:flex-row w-full my-10 space-x-4">
|
<div class="flex flex-col lg:flex-row w-full my-10 space-x-4">
|
||||||
<div class="card flex-shrink-0 w-full max-w-sm shadow-2xl bg-base-100 px-5 py-5">
|
<div class="card flex-shrink-0 w-full max-w-sm shadow-2xl bg-base-100 px-5 py-5 mx-5">
|
||||||
<h1 class="text-2xl font-bold">Edit your Dawarich settings!</h1>
|
<h2 class="text-2xl font-bold">Edit your Dawarich settings!</h1>
|
||||||
<%= form_for :settings, url: settings_path, method: :patch, data: { turbo_method: :patch, turbo: false } do |f| %>
|
<%= form_for :settings, url: settings_path, method: :patch, data: { turbo_method: :patch, turbo: false } do |f| %>
|
||||||
<div class="form-control my-2">
|
<div class="form-control my-2">
|
||||||
<%= f.label :meters_between_routes do %>
|
<%= f.label :meters_between_routes do %>
|
||||||
|
|
@ -84,6 +84,7 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
<div class="card flex-shrink-0 w-full max-w-sm shadow-2xl bg-base-100 px-5 py-5">
|
<div class="card flex-shrink-0 w-full max-w-sm shadow-2xl bg-base-100 px-5 py-5">
|
||||||
|
<h2 class="text-2xl font-bold">Create a new user!</h1>
|
||||||
<%= form_for :user, url: settings_users_path, method: :post, data: { turbo_method: :post, turbo: false } do |f| %>
|
<%= form_for :user, url: settings_users_path, method: :post, data: { turbo_method: :post, turbo: false } do |f| %>
|
||||||
<div class="form-control">
|
<div class="form-control">
|
||||||
<%= f.label :email do %>
|
<%= f.label :email do %>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue