##// END OF EJS Templates
html5 compliance....
Jean-Philippe Lang -
r9936:3a7207672eff
parent child
Show More
@@ -8,10 +8,10
8
8
9 <% unless replying %>
9 <% unless replying %>
10 <% if @message.safe_attribute? 'sticky' %>
10 <% if @message.safe_attribute? 'sticky' %>
11 <label><%= f.check_box :sticky %><%= l(:label_board_sticky) %></label>
11 <%= f.check_box :sticky %> <%= label_tag 'message_sticky', l(:label_board_sticky) %>
12 <% end %>
12 <% end %>
13 <% if @message.safe_attribute? 'locked' %>
13 <% if @message.safe_attribute? 'locked' %>
14 <label><%= f.check_box :locked %><%= l(:label_board_locked) %></label>
14 <%= f.check_box :locked %> <%= label_tag 'message_locked', l(:label_board_locked) %>
15 <% end %>
15 <% end %>
16 <% end %>
16 <% end %>
17 </p>
17 </p>
General Comments 0
You need to be logged in to leave comments. Login now