Skip to content

Commit

Permalink
fix #1213 adding a class (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
giovapanasiti authored Sep 15, 2024
1 parent 93d87f1 commit af57302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/feeds/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<hr />
<%= form_with(url: "/feeds", id: "add-feed-setup") do %>
<div class="control-group">
<input name="feed_url" id="feed-url" type="text" value="<%= @feed_url %>" autofocus/>
<input name="feed_url" class="form-control" id="feed-url" type="text" value="<%= @feed_url %>" autofocus/>
<i class="icon-rss field-icon"></i>
<label id="feed_url-label" class="field-label" for="feed_url"><%= t('feeds.add.fields.feed_url') %></label>
</div>
Expand Down

0 comments on commit af57302

Please sign in to comment.