We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d955a4 + 67cb1df commit 768a15eCopy full SHA for 768a15e
1 file changed
app/views/users/_prefs.html.erb
@@ -1,6 +1,6 @@
1
<% prefs.each do |name, value| %>
2
<% pref_config = AppConfig.preferences[name] %>
3
- <div class="user-pref">
+ <label class="user-pref">
4
<div class="user-pref--meta">
5
<strong><%= name.humanize %></strong><br/>
6
<span class="desc"><%= pref_config['description'] %></span>
@@ -23,5 +23,5 @@
23
data-community="<%= community %>" />
24
<% end %>
25
</div>
26
- </div>
+ </label>
27
0 commit comments