BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
15c89672
Commit
15c89672
authored
Aug 26, 2014
by
Ciro Santilli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove HAML eval for const strings.
parent
2c7e0874
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
project_was_moved_email.html.haml
app/views/notify/project_was_moved_email.html.haml
+1
-1
_diff_stats.html.haml
app/views/projects/commits/_diff_stats.html.haml
+1
-1
_issue.html.haml
app/views/projects/issues/_issue.html.haml
+1
-1
_merge_request.html.haml
app/views/projects/merge_requests/_merge_request.html.haml
+1
-1
_new_submit.html.haml
app/views/projects/merge_requests/_new_submit.html.haml
+1
-1
_form.html.haml
app/views/projects/team_members/_form.html.haml
+1
-1
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 @
15c89672
%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 @
15c89672
...
...
@@ -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 @
15c89672
...
...
@@ -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 @
15c89672
...
...
@@ -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 @
15c89672
...
...
@@ -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 @
15c89672
%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 @
15c89672
%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