Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f1179970
Commit
f1179970
authored
Jul 05, 2017
by
kushalpandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert `mergin-top` removal
parent
304c8ab3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
app/assets/stylesheets/pages/ee_start_trial.scss
app/assets/stylesheets/pages/ee_start_trial.scss
+2
-0
app/views/admin/trials/new.html.haml
app/views/admin/trials/new.html.haml
+4
-4
No files found.
app/assets/stylesheets/pages/ee_start_trial.scss
View file @
f1179970
...
...
@@ -52,6 +52,8 @@
@media
(
max-width
:
$screen-md-min
)
{
.start-trial-body
{
.feature-item-description
{
margin-top
:
15px
;
h4
,
p
{
text-align
:
center
;
...
...
app/views/admin/trials/new.html.haml
View file @
f1179970
...
...
@@ -11,7 +11,7 @@
%li
.row
.col-md-4
=
custom_icon
(
"ee_ldap_sync"
)
.col-md-8.
prepend-top-15.
feature-item-description
.col-md-8.feature-item-description
%h4
LDAP Group Sync
%p
Automatically sync groups and manage SSH-keys, permissions,
...
...
@@ -19,14 +19,14 @@
%li
.row
.col-md-4
=
custom_icon
(
"ee_mr_approvals"
)
.col-md-8.
prepend-top-15.
feature-item-description
.col-md-8.feature-item-description
%h4
Merge Request Approval
%p
Make sure every merge request is approved by one or more people.
%li
.row
.col-md-4
=
custom_icon
(
"ee_audit_events"
)
.col-md-8.
prepend-top-15.
feature-item-description
.col-md-8.feature-item-description
%h4
Project Audit Events
%p
View any modifications made within the GitLab server in an
...
...
@@ -34,7 +34,7 @@
%li
.row
.col-md-4
=
custom_icon
(
"ee_file_locking"
)
.col-md-8.
prepend-top-15.
feature-item-description
.col-md-8.feature-item-description
%h4
File Locking
%p
Scan or modify the code to meet your security and development needs.
...
...
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