Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-01-01 00:42:56 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-01-13 19:34:58 +0300
commit5a1706791e46fd69a67fcdebfc384a702b00a7ff (patch)
treeafc7d4f071946e3b4c5a0c066bd2a65407b059d4 /app/helpers/application_helper.rb
parent8086b2bd2ecb0ff647da766c436eda47b7434599 (diff)
Update broadcast_message helper
Now it returns the fully-formatted message so we can be consistent about how it's shown.
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r--app/helpers/application_helper.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 436fbcd4138..f3a2723ee0d 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -181,10 +181,6 @@ module ApplicationHelper
end
end
- def broadcast_message
- BroadcastMessage.current
- end
-
# Render a `time` element with Javascript-based relative date and tooltip
#
# time - Time object