Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Orbit
Manage
Activity
Members
Labels
Plan
Issues
97
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Applications
Orbit
Commits
902c9773
Verified
Commit
902c9773
authored
4 years ago
by
Gaëlle Morin
Browse files
Options
Downloads
Patches
Plain Diff
feature: project-edit - form
parent
250b89b0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!255
major: release integration of the hubl styling framework
Pipeline
#9371
passed with stages
in 4 minutes and 29 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/index.pug
+1
-1
1 addition, 1 deletion
src/index.pug
src/views/partials/project/page-project-edit.pug
+10
-10
10 additions, 10 deletions
src/views/partials/project/page-project-edit.pug
with
11 additions
and
11 deletions
src/index.pug
+
1
−
1
View file @
902c9773
...
...
@@ -51,7 +51,7 @@ html(lang="en")
include views/partials/menu-left.pug
main#content.segment.lg-three-quarter.text-top.notLoggedIn
#project(hidden, data-view="project", no-render).with-sidebar
#project(hidden, data-view="project", no-render).with-sidebar
.whitespace-normal
hubl-reactivity(bind-user nested-field='inbox' target-src="store://user.projects")
hubl-reactivity(data-src=`${endpoints.post.projects}joinable/` target-src=`${endpoints.get.projects}`)
hubl-reactivity(data-src=`${endpoints.post.projects}` target-src=`${endpoints.get.projects}`)
...
...
This diff is collapsed.
Click to expand it.
src/views/partials/project/page-project-edit.pug
+
10
−
10
View file @
902c9773
solid-ac-checker(permission='acl:Read', bind-resources)
div.segment.padding-large.border-bottom.border-color-grey
.clearfix
div.segment.lg-half
.float-left
div.segment.
lg-full.
padding-large.border-bottom.border-color-grey
div.segment.lg-half
solid-display.text-xxlarge.text-letter-spacing-large(
bind-resources
fields='const-title1, number, customer.name, dash, name'
...
...
@@ -14,10 +14,10 @@ solid-ac-checker(permission='acl:Read', bind-resources)
value-const-title1='N°'
value-dash=' - '
)
div.segment.lg-half.
float-left.
text-right
div.segment.lg-half.text-right
solid-link(class='backlink right', bind-resources, next='project-profile' data-trans='project.edit.backlink')
div.segment.padding-large
div.segment.
lg-full.
padding-large
.whitespace-normal
solid-widget(name="project-edit-members-delete")
template
...
...
@@ -37,7 +37,7 @@ div.segment.padding-large
div
//- Add translation for description and captain in the translate file
solid-form.segment.
clearfix
.button-register(
solid-form.segment.
whitespace-normal
.button-register(
bind-resources
fields='customer.name, name, description, captain'
...
...
@@ -51,10 +51,10 @@ div.segment.padding-large
label-description=''
label-captain=''
class-customer.name='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading
float-left
'
class-name='segment margin-bottom-medium lg-half padding-left-small text-small text-semibold text-uppercase text-color-heading
float-left
'
class-customer.name='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading'
class-name='segment margin-bottom-medium lg-half padding-left-small text-small text-semibold text-uppercase text-color-heading'
class-description='segment margin-bottom-medium lg-full text-small text-semibold text-uppercase text-color-heading'
class-captain='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading icon icon-magnify'
class-captain='segment margin-bottom-medium lg-half padding-right-small text-small text-semibold text-uppercase text-color-heading icon icon-magnify
whitespace-normal
'
widget-description='solid-form-textarea'
widget-captain='solid-form-dropdown-autocompletion-label'
...
...
@@ -67,7 +67,7 @@ div.segment.padding-large
data-trans='label-name=project.edit.labelName;label-captain=project.edit.labelCaptain;label-customer.name=project.edit.labelCustomer;label-description=project.edit.labelDescription;submit-button=project.edit.buttonSubmit'
)
h3.segment.padding-bottom-small.border-bottom.border-color-grey.text-color-heading.text-bold.text-letter-spacing-large(data-trans='project.edit.subTitle')
h3.segment.
lg-full.
padding-bottom-small.border-bottom.border-color-grey.text-color-heading.text-bold.text-letter-spacing-large(data-trans='project.edit.subTitle')
solid-ac-checker(permission='acl:Append', bind-resources, nested-field='members')
solid-form.block.segment.margin-bottom-xlarge.clearfix.button-register(
...
...
@@ -84,7 +84,7 @@ div.segment.padding-large
data-trans='submit-button=project.edit.buttonAddMember'
)
.table-wrapper
//-
.table-wrapper
.table
div.table-header.bg-color-third.text-color-heading
div.table-cell.w280(data-trans='project.edit.tableHeader1')
...
...
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