Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
knowledgebase-front
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
Applications
Knowledge Base
knowledgebase-front
Merge requests
!4
Feature/editing a resource
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/editing a resource
feature/editing-a-resource
into
master
Overview
0
Commits
10
Pipelines
0
Changes
5
Merged
Benoit Alessandroni
requested to merge
feature/editing-a-resource
into
master
5 years ago
Overview
0
Commits
10
Pipelines
0
Changes
5
Expand
0
0
Merge request reports
Viewing commit
a55462c4
Prev
Next
Show latest version
5 files
+
28
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
a55462c4
Some fix on the list
· a55462c4
Benoit Alessandroni
authored
5 years ago
src/includes/components/widgets.pug
+
15
−
1
Options
@@ -21,7 +21,21 @@ sib-widget(name='cs-display-multiple-property')
sib-widget(name='cs-display-step-property')
template
p #[b ${label} ${value.order}:] ${value.name}
sib-widget(name='cs-resource-format-name')
template
div
p ${value.name}
sib-widget(name='cs-action')
template
div
sib-link(
data-src="\${src}"
next="\${value}"
) ${label}
sib-widget(name='cs-form-password')
template
label
Loading