I noticed that even when is_gitorious_dot_org is false, there is still
a link to "/gitorious" here:

app/views/site/index.html.erb

<% if GitoriousConfig['public_mode'] || logged_in? -%>
<div id="left">
  <% pull_box(nil, :class => "expose") do -%>
    <p>
      Gitorious provides <a href="/gitorious">open source</a> infrastructure
      for open source projects which use Git.
      <small><a href="/about">Read more&hellip;</a></small>
    </p>
  <% end unless logged_in? -%>

Most private installs won't have a "/gitorious" project. Should the
link be removed?


In a related subject, I'm not sure I understand the code under
config/locales. For example, in config/locales/en.rb:

      :site => {
        :pay_off => "Gitorious provides free <a
href=\"%{gitorious_repo_path}\">open source</a> infrastructure for
open source projects that use Git. <a href=\"%{read_more_path}\">Read
more &raquo;</a>"

Where does gitorious_repo_path come from? Should it too be removed?

- Ken

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

Reply via email to