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
3e95a6d7
Commit
3e95a6d7
authored
Oct 31, 2011
by
Nihad Abbasov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make commit messages multiline
parent
ded7d08d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
projects.css.scss
app/assets/stylesheets/projects.css.scss
+8
-5
show.html.haml
app/views/commits/show.html.haml
+3
-1
No files found.
app/assets/stylesheets/projects.css.scss
View file @
3e95a6d7
...
...
@@ -411,7 +411,7 @@ tbody tr:nth-child(2n) td, tbody tr.even td {
text-shadow
:
#555
1px
1px
;
}
/** F
AL
SH **/
/** F
LA
SH **/
#flash_container
{
height
:
40px
;
...
...
@@ -682,9 +682,9 @@ tbody tr:nth-child(2n) td, tbody tr.even td {
}
.top_panel_issues
{
#issue_search_form
{
margin
:
5px
0
;
input
{
#issue_search_form
{
margin
:
5px
0
;
input
{
border
:
1px
solid
#D3D3D3
;
padding
:
3px
;
height
:
28px
;
...
...
@@ -693,10 +693,13 @@ tbody tr:nth-child(2n) td, tbody tr.even td {
box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
&
:focus
{
&
:focus
{
border-color
:
#c2e1ef
;
}
}
}
}
pre
.commit_message
{
white-space
:
pre-wrap
;
}
app/views/commits/show.html.haml
View file @
3e95a6d7
...
...
@@ -16,7 +16,9 @@
%td
=
@commit
.
committed_date
%tr
%td
Message
%td
=
@commit
.
safe_message
%td
%pre
.commit_message
=
preserve
@commit
.
safe_message
%tr
%td
Tree
%td
=
link_to
'Browse Code'
,
tree_project_path
(
@project
,
:commit_id
=>
@commit
.
id
)
...
...
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