Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Maják
Commits
889eb7ee
Commit
889eb7ee
authored
2 years ago
by
Štěpán Farka
Browse files
Options
Downloads
Patches
Plain Diff
[FIX] input width
parent
744c248c
No related branches found
No related tags found
2 merge requests
!609
Release
,
!608
Small tuning and fixes of pirati.cz (main) module
Pipeline
#9636
passed
2 years ago
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/styleguide/source/_patterns/organisms/newsletter-section.mustache
+1
-1
1 addition, 1 deletion
...de/source/_patterns/organisms/newsletter-section.mustache
main/templates/main/includes/newsletter_section.html
+1
-1
1 addition, 1 deletion
main/templates/main/includes/newsletter_section.html
with
2 additions
and
2 deletions
main/styleguide/source/_patterns/organisms/newsletter-section.mustache
+
1
−
1
View file @
889eb7ee
...
...
@@ -8,7 +8,7 @@
</span>
<h5
class=
"newsletter-grid__main-text font-alt text-6xl xl:text-7xl uppercase"
>
Odebírej náš newsletter
</h5>
<div
class=
"newsletter-grid__input flex flex-col items-start"
>
<form
method=
"post"
action=
"."
>
<form
method=
"post"
class=
"w-full max-w-md"
action=
"."
>
{{>
atoms-form-input
(
placeholder
:
"Tvůj email"
,
classes
:
"mb-3 w-full"
)
}}
{{>
atoms-form-checkbox
(
label
:
"Souhlasím se zpracováním osobních údajů"
,
classes
:
"mb-3"
)
}}
{{>
atoms-form-button-animated
(
btn-text
:
"Odebírat"
)
}}
...
...
This diff is collapsed.
Click to expand it.
main/templates/main/includes/newsletter_section.html
+
1
−
1
View file @
889eb7ee
...
...
@@ -11,7 +11,7 @@
</span>
<h5
class=
"newsletter-grid__main-text font-alt text-6xl xl:text-7xl uppercase"
>
Odebírej náš newsletter
</h5>
<div
class=
"newsletter-grid__input flex flex-col items-start"
>
<form
method=
"post"
action=
"{{ page.root_page.newsletter_subscribe_url }}"
>
<form
method=
"post"
class=
"w-full max-w-md"
action=
"{{ page.root_page.newsletter_subscribe_url }}"
>
{% csrf_token %}
<input
type=
"hidden"
name=
"return_page_id"
value=
"{{ page.id }}"
>
<input
type=
"email"
name=
"email"
class=
"text-input bg-white form-field__control mb-3 w-full"
value=
""
required=
""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment