diff options
author | gorm <gormer@gmail.com> | 2015-05-25 18:51:16 +0200 |
---|---|---|
committer | gorm <gormer@gmail.com> | 2015-05-25 18:51:16 +0200 |
commit | a48072721ed920a259e6107601bd50907e68eeb9 (patch) | |
tree | bdb1134454d9993545744edfb064fd994ae0afc4 | |
parent | 73d00b71bfbfb37e823404db66f4c1069c1dc49e (diff) |
whitespace
-rw-r--r-- | lib/views/request/_followup.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/views/request/_followup.html.erb b/lib/views/request/_followup.html.erb index c634840..4ee6413 100644 --- a/lib/views/request/_followup.html.erb +++ b/lib/views/request/_followup.html.erb @@ -95,7 +95,7 @@ <% if !@outgoing_message.errors[:what_doing_dummy].nil? %> <!--<div class="fieldWithErrors"> --> - <div> + <div> <% else %> <div> <% end %> @@ -113,7 +113,7 @@ </label> </div> --> - <!-- hiding this form away since its default, + <!-- 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 %> |