Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Mentat Test 3
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
713
Mentat
Mentat Test 3
Commits
72eaea5f
Commit
72eaea5f
authored
2 years ago
by
Jan Mach
Browse files
Options
Downloads
Patches
Plain Diff
Fix the cancel button issue
(Redmine issue: #7544)
parent
5da8e687
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/sphinx/_doclib/development.rst
+1
-1
1 addition, 1 deletion
doc/sphinx/_doclib/development.rst
lib/hawat/blueprints/design_bs3/templates/_layout_creatupdate.html
+0
-1
0 additions, 1 deletion
.../blueprints/design_bs3/templates/_layout_creatupdate.html
with
1 addition
and
2 deletions
doc/sphinx/_doclib/development.rst
+
1
−
1
View file @
72eaea5f
...
...
@@ -741,7 +741,7 @@ When that is done execute following command from within the development Vagrant
.. code-block:: shell
(venv) !DEV! mentat@mentat-devel /vagrant $ make data-
fetch
-dbsnapshot
(venv) !DEV! mentat@mentat-devel /vagrant $ make data-
import
-dbsnapshot
That is about it. When working in Vagrat box please note and keep in mind following:
...
...
This diff is collapsed.
Click to expand it.
lib/hawat/blueprints/design_bs3/templates/_layout_creatupdate.html
+
0
−
1
View file @
72eaea5f
...
...
@@ -35,7 +35,6 @@
<div
class=
"btn-toolbar"
role=
"toolbar"
aria-label=
"{{ _('Form submission buttons') }}"
>
<div
class=
"btn-group"
role=
"group"
>
{%- block itemform_buttons %}
{{ form.cancel(class_='btn btn-default') }}
{{ form.submit(class_='btn btn-primary') }}
{% endblock itemform_buttons %}
</div>
...
...
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