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
iv
gitlab-ce
Commits
6db121cb
Commit
6db121cb
authored
Dec 17, 2011
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename back button
parent
f7859ec1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
app/views/issues/_form.html.haml
app/views/issues/_form.html.haml
+3
-3
app/views/merge_requests/_form.html.haml
app/views/merge_requests/_form.html.haml
+2
-2
app/views/team_members/show.html.haml
app/views/team_members/show.html.haml
+1
-1
No files found.
app/views/issues/_form.html.haml
View file @
6db121cb
...
...
@@ -5,18 +5,18 @@
-
if
request
.
xhr?
=
link_to
"#back"
,
:onclick
=>
"backToIssues();"
do
.entity-button
Back
Issues
%i
-
else
-
if
@issue
.
new_record?
=
link_to
project_issues_path
(
@project
)
do
.entity-button
Back
Issues
%i
-
else
=
link_to
project_issue_path
(
@project
,
@issue
)
do
.entity-button
Back
Show Issue
%i
%h2
=
@issue
.
new_record?
?
"New Issue"
:
"Edit Issue #
#{
@issue
.
id
}
"
...
...
app/views/merge_requests/_form.html.haml
View file @
6db121cb
...
...
@@ -4,12 +4,12 @@
-
if
@merge_request
.
new_record?
=
link_to
project_merge_requests_path
(
@project
)
do
.entity-button
Back
Merge Requests
%i
-
else
=
link_to
project_merge_request_path
(
@project
,
@merge_request
)
do
.entity-button
Back
Show Merge Request
%i
%h2
=
@merge_request
.
new_record?
?
"New Merge Request"
:
"Edit Merge Request #
#{
@merge_request
.
id
}
"
...
...
app/views/team_members/show.html.haml
View file @
6db121cb
...
...
@@ -4,7 +4,7 @@
%span
.entity-info
=
link_to
team_project_path
(
@project
)
do
.entity-button
Back
Team
%i
=
image_tag
gravatar_icon
(
user
.
email
),
:class
=>
"left"
,
:width
=>
40
,
:style
=>
"padding-right:5px;"
...
...
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