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
ef4848a6
Commit
ef4848a6
authored
Aug 28, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7609 from cirosantilli/rm-haml-strings
[refactor] Remove HAML eval for const strings.
parents
c8514bec
15c89672
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
app/views/notify/project_was_moved_email.html.haml
app/views/notify/project_was_moved_email.html.haml
+1
-1
app/views/projects/commits/_diff_stats.html.haml
app/views/projects/commits/_diff_stats.html.haml
+1
-1
app/views/projects/issues/_issue.html.haml
app/views/projects/issues/_issue.html.haml
+1
-1
app/views/projects/merge_requests/_merge_request.html.haml
app/views/projects/merge_requests/_merge_request.html.haml
+1
-1
app/views/projects/merge_requests/_new_submit.html.haml
app/views/projects/merge_requests/_new_submit.html.haml
+1
-1
app/views/projects/team_members/_form.html.haml
app/views/projects/team_members/_form.html.haml
+1
-1
app/views/projects/team_members/import.html.haml
app/views/projects/team_members/import.html.haml
+1
-1
No files found.
app/views/notify/project_was_moved_email.html.haml
View file @
ef4848a6
%p
=
"Project was moved to another location"
Project was moved to another location
%p
The project is now located under
=
link_to
project_url
(
@project
)
do
...
...
app/views/projects/commits/_diff_stats.html.haml
View file @
ef4848a6
...
...
@@ -26,7 +26,7 @@
%a
{
href:
"#diff-#{i}"
}
%i
.icon-minus
=
diff
.
old_path
=
"->"
\->
=
diff
.
new_path
-
elsif
diff
.
new_file
%span
.new-file
...
...
app/views/projects/issues/_issue.html.haml
View file @
ef4848a6
...
...
@@ -9,7 +9,7 @@
=
link_to_gfm
issue
.
title
,
project_issue_path
(
issue
.
project
,
issue
),
class:
"row_title"
-
if
issue
.
closed?
%small
.pull-right
=
"CLOSED"
CLOSED
.issue-info
-
if
issue
.
assignee
...
...
app/views/projects/merge_requests/_merge_request.html.haml
View file @
ef4848a6
...
...
@@ -5,7 +5,7 @@
-
if
merge_request
.
merged?
%small
.pull-right
%i
.icon-ok
=
"MERGED"
MERGED
-
else
%span
.pull-right
-
if
merge_request
.
for_fork?
...
...
app/views/projects/merge_requests/_new_submit.html.haml
View file @
ef4848a6
...
...
@@ -16,7 +16,7 @@
.form-group
.light
=
f
.
label
:title
do
=
"Title *"
Title *
=
f
.
text_field
:title
,
class:
"form-control input-lg js-gfm-input"
,
maxlength:
255
,
rows:
5
,
required:
true
.form-group
.light
...
...
app/views/projects/team_members/_form.html.haml
View file @
ef4848a6
%h3
.page-title
=
"New project member(s)"
New project member(s)
=
form_for
@user_project_relation
,
as: :team_member
,
url:
project_team_members_path
(
@project
),
html:
{
class:
"form-horizontal users-project-form"
}
do
|
f
|
-
if
@user_project_relation
.
errors
.
any?
...
...
app/views/projects/team_members/import.html.haml
View file @
ef4848a6
%h3
.page-title
=
"Import members from another project"
Import members from another project
%p
.light
Only project members will be imported. Group members will be skipped.
%hr
...
...
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