@@ -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 |
< |
|
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 |
< |
|
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