ruby_cms 0.1.3 → 0.1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/views/ruby_cms/admin/visual_editor/index.html.erb +1 -1
- data/lib/ruby_cms/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 81464763020bbbb1d3f9ac35df979f34dbeeb004063d54af6703362b23b5e589
|
|
4
|
+
data.tar.gz: d3c46388e12a933dac2a55b14a1a8a5f5cd30b95d51545548dd50951d1f4c90c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63b48baeedd15716690c0f88d201c692f1ce65ec665c48fecca2088ec5008c028392b5d35c603258ae41da83c8780786d8daa90ca9bf39aedc77fcac424b8063
|
|
7
|
+
data.tar.gz: 5c7fae67e6195b6fd2b800c66c5a2a5c53a50ecd1a6b1d283b8b13809b4b03a3dacf4c8998248eaf306978cc8b5ecccc88562384d9a41e527f44c376f4028bb4
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<% content_for :full_width, true %>
|
|
2
2
|
|
|
3
3
|
<div class="flex-1 flex flex-col min-h-0 p-6 overflow-y-auto">
|
|
4
|
-
<div class="mx-auto w-full max-w-
|
|
4
|
+
<div class="mx-auto w-full max-w-9xl flex flex-col gap-4 flex-1 min-h-0">
|
|
5
5
|
<!-- Header -->
|
|
6
6
|
<div class="flex flex-wrap items-center justify-between gap-4">
|
|
7
7
|
<h1 class="text-lg font-semibold tracking-tight text-gray-900">Visual Editor</h1>
|
data/lib/ruby_cms/version.rb
CHANGED