Mercurial > rsstweet
comparison app/views/tweets/index.html.erb @ 247:e181716b8dc8
Fix parameter name
author | nanaya <me@nanaya.net> |
---|---|
date | Mon, 17 Jul 2023 04:27:19 +0900 |
parents | d58666587a55 |
children | d6a545dba986 |
comparison
equal
deleted
inserted
replaced
246:1cf8291962a2 | 247:e181716b8dc8 |
---|---|
71 Not that it matters because either way it works with any RSS readers. | 71 Not that it matters because either way it works with any RSS readers. |
72 </p> | 72 </p> |
73 | 73 |
74 <form class="twitter-form"> | 74 <form class="twitter-form"> |
75 <input | 75 <input |
76 name="id" | 76 name="name" |
77 type="text" | 77 type="text" |
78 placeholder="Enter Username" | 78 placeholder="Enter Username" |
79 class="twitter-form__input" | 79 class="twitter-form__input" |
80 autofocus | 80 autofocus |
81 > | 81 > |