質問編集履歴
3
タグの付け足し
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
2
修正依頼のため
title
CHANGED
File without changes
|
body
CHANGED
@@ -32,10 +32,15 @@
|
|
32
32
|
|
33
33
|
#補足
|
34
34
|
```
|
35
|
+
.tweets
|
36
|
+
.user
|
37
|
+
user name
|
38
|
+
.messa
|
39
|
+
tweet text
|
35
|
-
- if user_signed_in? && current_user.id == @tweet.user_id
|
40
|
+
- if user_signed_in? && current_user.id == @tweet.user_id
|
36
|
-
|
41
|
+
= link_to "編集", "#", method: :get, class: "edit"
|
37
|
-
.time
|
42
|
+
.time
|
38
|
-
|
43
|
+
= @tweet.created_at.strftime("%Y/%m/%d %H:%M")
|
39
44
|
```
|
40
45
|
```
|
41
46
|
.edit {
|
@@ -51,5 +56,6 @@
|
|
51
56
|
margin-top: 36px;
|
52
57
|
}
|
53
58
|
```
|
59
|
+
これで大丈夫でしょうか?
|
54
60
|
修正依頼ありがとうございます。
|
55
61
|
よろしくお願いします。
|
1
修正依頼があったため。
title
CHANGED
File without changes
|
body
CHANGED
@@ -28,4 +28,28 @@
|
|
28
28
|
|
29
29
|
アプリは載せることが出来ないので、文章だけでは伝わりにくいかもしれませんが、
|
30
30
|
こう言う時はどう調整したらいいのでしょうか?
|
31
|
+
よろしくお願いします。
|
32
|
+
|
33
|
+
#補足
|
34
|
+
```
|
35
|
+
- if user_signed_in? && current_user.id == @tweet.user_id
|
36
|
+
= link_to "編集", "#", method: :get, class: "edit"
|
37
|
+
.time
|
38
|
+
= @tweet.created_at.strftime("%Y/%m/%d %H:%M")
|
39
|
+
```
|
40
|
+
```
|
41
|
+
.edit {
|
42
|
+
border: solid 1px red;
|
43
|
+
position: relative;
|
44
|
+
bottom: 52px;
|
45
|
+
margin-left: 300px;
|
46
|
+
font-size: 15px;
|
47
|
+
}
|
48
|
+
.time {
|
49
|
+
padding-left: 300px;
|
50
|
+
font-size: 15px;
|
51
|
+
margin-top: 36px;
|
52
|
+
}
|
53
|
+
```
|
54
|
+
修正依頼ありがとうございます。
|
31
55
|
よろしくお願いします。
|