This commit is contained in:
nandar
2018-07-26 15:34:11 +06:30
parent 55554707f0
commit 275a7658ce
10 changed files with 66 additions and 10 deletions

View File

@@ -0,0 +1,21 @@
Searching 838 files for "page_no"
0 matches
Searching 838 files for "check_box"
/Users/nda/Documents/projectX/nemo_encoder/app/views/devise/sessions/new.html.erb:
15 <% if devise_mapping.rememberable? -%>
16 <div class ="form-group" >
17: <%= f.check_box :remember_me %>
18 <%= f.label :remember_me %>
19 </div>
/Users/nda/Documents/projectX/nemo_encoder/app/views/users/_form.html.erb:
58 <div class ="form-group" >
59 <label for="is_active" class="string optional control-label">Active:</label>
60: <%= check_box "Monday", "yes" %>
61 </div>
62 <% end %>
2 matches across 2 files