Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rendezvous
Overview
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VeNtura
rendezvous
Commits
0633da3a
Commit
0633da3a
authored
Aug 07, 2014
by
kiiita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tagのデザイン修正(あげ忘れ)
parent
412776dc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
app/assets/stylesheets/flow.css.scss
+1
-0
app/views/posts/_large_item.html.slim
+1
-1
app/views/posts/show.html.slim
+1
-1
No files found.
app/assets/stylesheets/flow.css.scss
View file @
0633da3a
...
@@ -63,6 +63,7 @@
...
@@ -63,6 +63,7 @@
background-color
:
#e67e22
;
background-color
:
#e67e22
;
padding-top
:
4px
;
padding-top
:
4px
;
font-weight
:
300
;
font-weight
:
300
;
@include
border_radius
(
20px
);
}
}
.post-show-wrapper
{
.post-show-wrapper
{
...
...
app/views/posts/_large_item.html.slim
View file @
0633da3a
...
@@ -16,7 +16,7 @@ a.list-group-item.post-list.mod-hover-hidden data-post-id=post.id href=post_path
...
@@ -16,7 +16,7 @@ a.list-group-item.post-list.mod-hover-hidden data-post-id=post.id href=post_path
abbr
.js-time-ago
data-time-ago-at
=
post
.updated_at
abbr
.js-time-ago
data-time-ago-at
=
post
.updated_at
|
.
|
.
-
post
.
tags
.
each
do
|
tag
|
-
post
.
tags
.
each
do
|
tag
|
span
.label.label-success.label-tag
#
#
{
tag
.
name
}
span
.label.label-success.label-tag
#{
tag
.
name
}
|
|
.col-xs-4
.col-xs-4
small
.pull-right
small
.pull-right
...
...
app/views/posts/show.html.slim
View file @
0633da3a
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
-
@post
.
tags
.
each
do
|
tag
|
-
@post
.
tags
.
each
do
|
tag
|
span
.label.label-tag
span
.label.label-tag
a
href
=
tag
.decorate.show_path
a
href
=
tag
.decorate.show_path
|
#
#
{
tag
.
name
}
|
#{
tag
.
name
}
|
|
dt
指定日
dt
指定日
...
...
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