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
65fe3f92
Commit
65fe3f92
authored
Dec 27, 2014
by
Sacred Seven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added text-align regarding #3
parent
5eb024d5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
app/assets/stylesheets/application.scss
app/assets/stylesheets/application.scss
+1
-0
app/views/events/event/_common.html.haml
app/views/events/event/_common.html.haml
+1
-2
app/views/projects/issues/show.html.haml
app/views/projects/issues/show.html.haml
+1
-2
No files found.
app/assets/stylesheets/application.scss
View file @
65fe3f92
...
...
@@ -65,4 +65,5 @@
*[
dir
=
'auto'
]
{
font-family
:
'Tahoma'
!
important
;
text-align
:
start
!
important
;
}
app/views/events/event/_common.html.haml
View file @
65fe3f92
...
...
@@ -12,5 +12,4 @@
=
event
.
project_name
-
if
event
.
target
.
respond_to?
(
:title
)
.event-body
.event-note
{
dir:
'auto'
}
=
event
.
target
.
title
.event-note
{
dir:
'auto'
}=
event
.
target
.
title
app/views/projects/issues/show.html.haml
View file @
65fe3f92
...
...
@@ -45,8 +45,7 @@
.creator
Created by
#{
link_to_member
(
@project
,
@issue
.
author
)
}
#{
issue_timestamp
(
@issue
)
}
%h4
.title
{
dir: :auto
}
=
gfm
escape_once
(
@issue
.
title
)
%h4
.title
{
dir: :auto
}=
gfm
escape_once
(
@issue
.
title
)
-
if
@issue
.
description
.
present?
.description
...
...
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