diff options
author | gorm <gormer@gmail.com> | 2015-05-25 17:58:00 +0200 |
---|---|---|
committer | gorm <gormer@gmail.com> | 2015-05-25 18:49:17 +0200 |
commit | 30dad0f7ba0de7acf88bb3b41ba71482a1b36d6f (patch) | |
tree | ca1137e630cbf53d2dc1ded1710d687c5ebd15ea | |
parent | c12af3c5c33e1eebb24a173323fa1ed4b7e30255 (diff) |
Turn off the internal_review feature
- Doesnt make sense in Norway, or not sure what sense it makes
-rw-r--r-- | lib/views/request/_followup.html.erb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/views/request/_followup.html.erb b/lib/views/request/_followup.html.erb index f2f9806..c634840 100644 --- a/lib/views/request/_followup.html.erb +++ b/lib/views/request/_followup.html.erb @@ -94,7 +94,8 @@ <!-- <h3><%= _('What are you doing?') %></h3> --> <% if !@outgoing_message.errors[:what_doing_dummy].nil? %> - <div class="fieldWithErrors"> + <!--<div class="fieldWithErrors"> --> + <div> <% else %> <div> <% end %> @@ -112,7 +113,9 @@ </label> </div> --> - <div> + <!-- hiding this form away since its default, + quick hack to remove the feature --> + <div style="display: none"> <%= radio_button "outgoing_message", "what_doing", "normal_sort", :id => "sort_normal", :checked => true %> <label for="sort_normal"><%= _('<strong>Anything else</strong>, such as clarifying, prompting, thanking') %></label> </div> |