Skip to content

Commit

Permalink
be consistent with names
Browse files Browse the repository at this point in the history
  • Loading branch information
jcavalieri committed Nov 6, 2015
1 parent 331fc63 commit d666ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sidekiq/web_helpers.rb
Expand Up @@ -246,7 +246,7 @@ def product_version
"Sidekiq v#{Sidekiq::VERSION}"
end

def redis_url_and_namespace
def redis_connection_and_namespace
namespace_suffix = namespace.blank? ? '' : "##{namespace}"
"#{redis_connection}#{namespace_suffix}"
end
Expand Down
2 changes: 1 addition & 1 deletion web/views/_footer.erb
Expand Up @@ -6,7 +6,7 @@
<p class="navbar-text" style="color:white;"><%= product_version %></p>
</li>
<li>
<p class="navbar-text redis-url" title="<%= redis_url_and_namespace %>"><%= redis_url_and_namespace %></p>
<p class="navbar-text redis-url" title="<%= redis_connection_and_namespace %>"><%= redis_connection_and_namespace %></p>
</li>
<li>
<p class="navbar-text"><%= Time.now.utc.strftime('%H:%M:%S UTC') %></p>
Expand Down

0 comments on commit d666ed6

Please sign in to comment.