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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
0b355aba
Commit
0b355aba
authored
Mar 25, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace alerts with well where alert is not needed
parent
3a111656
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
13 deletions
+10
-13
app/views/admin/services/_form.html.haml
app/views/admin/services/_form.html.haml
+1
-1
app/views/projects/edit.html.haml
app/views/projects/edit.html.haml
+5
-8
app/views/projects/imports/new.html.haml
app/views/projects/imports/new.html.haml
+1
-1
app/views/projects/new.html.haml
app/views/projects/new.html.haml
+1
-1
app/views/projects/protected_branches/index.html.haml
app/views/projects/protected_branches/index.html.haml
+1
-1
app/views/projects/services/_form.html.haml
app/views/projects/services/_form.html.haml
+1
-1
No files found.
app/views/admin/services/_form.html.haml
View file @
0b355aba
...
...
@@ -10,7 +10,7 @@
-
@service
.
errors
.
full_messages
.
each
do
|
msg
|
%p
=
msg
-
if
@service
.
help
.
present?
.
alert.alert-info
.
well
=
preserve
do
=
markdown
@service
.
help
...
...
app/views/projects/edit.html.haml
View file @
0b355aba
...
...
@@ -31,14 +31,11 @@
=
render
"visibility_level"
,
f:
f
,
visibility_level:
@project
.
visibility_level
,
can_change_visibility_level:
can?
(
current_user
,
:change_visibility_level
,
@project
)
%fieldset
.features
%legend
Tags:
.form-group
=
f
.
label
:tag_list
,
"Tags"
,
class:
'control-label'
.col-sm-10
=
f
.
text_field
:tag_list
,
maxlength:
2000
,
class:
"form-control"
%p
.hint
Separate tags with commas.
.form-group
=
f
.
label
:tag_list
,
"Tags"
,
class:
'control-label'
.col-sm-10
=
f
.
text_field
:tag_list
,
maxlength:
2000
,
class:
"form-control"
%p
.help-block
Separate tags with commas.
%fieldset
.features
%legend
...
...
app/views/projects/imports/new.html.haml
View file @
0b355aba
...
...
@@ -12,7 +12,7 @@
%span
Import existing git repo
.col-sm-10
=
f
.
text_field
:import_url
,
class:
'form-control'
,
placeholder:
'https://github.com/randx/six.git'
.
alert.alert-info
.
well.prepend-top-20
This URL must be publicly accessible or you can add a username and password like this: https://username:password@gitlab.com/company/project.git.
%br
The import will time out after 4 minutes. For big repositories, use a clone/push combination.
...
...
app/views/projects/new.html.haml
View file @
0b355aba
...
...
@@ -72,7 +72,7 @@
%span
Git repository URL
.col-sm-10
=
f
.
text_field
:import_url
,
class:
'form-control'
,
placeholder:
'https://username:password@gitlab.company.com/group/project.git'
.
alert.alert-info.prepend-top-1
0
.
well.prepend-top-2
0
%ul
%li
The repository must be accessible over HTTP(S). If it is not publicly accessible, you can add authentication information to the URL:
<code>
https://username:password@gitlab.company.com/group/project.git
</code>
.
...
...
app/views/projects/protected_branches/index.html.haml
View file @
0b355aba
...
...
@@ -2,7 +2,7 @@
%p
.light
Keep stable branches secure and force developers to use Merge Requests
%hr
.
alert.alert-info
.
well.append-bottom-20
%p
Protected branches are designed to
%ul
%li
prevent pushes from everybody except
#{
link_to
"masters"
,
help_page_path
(
"permissions"
,
"permissions"
),
class:
"vlink"
}
...
...
app/views/projects/services/_form.html.haml
View file @
0b355aba
...
...
@@ -18,7 +18,7 @@
%li
=
msg
-
if
@service
.
help
.
present?
.
alert.alert-info
.
well
=
preserve
do
=
markdown
@service
.
help
...
...
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