Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
work.w
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
30
Issues
30
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
osp
work.w
Commits
899bf722
Commit
899bf722
authored
Jun 11, 2018
by
alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved the permission form. Waiting for a better idea.
parent
40256d4d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
playground/static/playground/css/styles.css
playground/static/playground/css/styles.css
+3
-0
playground/templates/playground/underscore/score-vue.mtpl
playground/templates/playground/underscore/score-vue.mtpl
+2
-1
No files found.
playground/static/playground/css/styles.css
View file @
899bf722
...
...
@@ -389,7 +389,10 @@ section.hidden { display: none; }
break-before
:
avoid
;
}
#permissions
{
display
:
none
;
}
#sidebar
[
data-expanded
=
"true"
]
.score-meta
{
display
:
block
;
}
#sidebar
[
data-expanded
=
"true"
]
#permissions
{
display
:
block
;
}
...
...
playground/templates/playground/underscore/score-vue.mtpl
View file @
899bf722
<div>
<header id="sidebar" data-expanded="<%- metaExpanded %>">
<div id="permissions"></div>
<div class="score-actions">
<button class="save" data-label-progress="Saving..." data-label="Enregistrer" <% if (!hasChanges) { %>disabled<% } %>><%- t('Enregistrer') %></button>
...
...
@@ -99,6 +98,8 @@
<!-- <dt class="score-meta-expand-toggle"></dt> -->
</dl>
<div id="permissions"></div>
<form></form>
</header>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment