<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><br>
</p>
<div class="moz-signature">I think there is a problem in <br>
</div>
<div class="moz-signature"> lib/gitlab/i18n.rb:53:in `with_locale'<br>
lib/gitlab/i18n.rb:59:in `with_user_locale'<br>
</div>
<div class="moz-signature"><br>
</div>
<div class="moz-signature"> def with_locale(locale_string)<br>
original_locale = locale<br>
<br>
self.locale = locale_string<br>
yield<br>
ensure<br>
self.locale = original_locale<br>
end<br>
<br>
def with_user_locale(user, &block)<br>
<b>with_locale(user&.preferred_language, &block)</b><br>
end</div>
<div class="moz-signature"><br>
</div>
<div class="moz-signature"><br>
</div>
<div class="moz-signature"><b>with_locale(user&.preferred_language,
&block) with 2 param, but </b><br>
<b>def with_locale(locale_string) has only one param.<br>
</b></div>
<div class="moz-signature"><b><br>
</b></div>
<div class="moz-cite-prefix">On 04.12.2018 18:33, Dragos Jarca
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:b975ae2c-4ec5-b9ca-6042-202ff3c871a8@dynamicpuzzle.ro">
<br>
Yes, tried on different browsers, different os, different browsers
on moile phones, smart tb browser, etc.
<br>
<br>
<br>
On 04.12.2018 18:19, Pirate Praveen wrote:
<br>
<br>
<blockquote type="cite">
<br>
On 2018, ഡിസംബർ 4 9:10:17 PM IST, Dragos Jarca
<a class="moz-txt-link-rfc2396E" href="mailto:dragos.jarca@dynamicpuzzle.ro"><dragos.jarca@dynamicpuzzle.ro></a> wrote:
<br>
<blockquote type="cite">I observed that on LabCoat app on
android I can see project details and
<br>
<br>
commits, etc.
<br>
<br>
I can push and pull files from the repo with remote git client
and see
<br>
diffs, etc.
<br>
<br>
I can use python-gitlab also.
<br>
<br>
seems that only in web interface cannot see details of
projects, commit
<br>
<br>
details, etc. But I can see issues and other info related to
one
<br>
project
<br>
if I acces direct link. Cannot see Repository related pages.
<br>
<br>
I observed that in
app/views/projects/commits/_commit.html.haml there
<br>
is
<br>
a warning...
<br>
<br>
-#-----------------------------------------------------------------
<br>
WARNING: Please keep changes up-to-date with the following
files:
<br>
- `assets/javascripts/diffs/components/commit_item.vue`
<br>
-#-----------------------------------------------------------------
<br>
<br>
but assets/javascripts/diffs/components/commit_item.vue does
not
<br>
exists.
<br>
<br>
I can give more info if u help me to clarify the problem.
<br>
</blockquote>
Did you try on different browsers (or control + f5) ? It could
be a local cache issue. Just thinking about possible scenarios.
I was not able to reproduce it locally.
<br>
</blockquote>
</blockquote>
</body>
</html>