clarify that top upgrade button is for Discourse
This commit is contained in:
parent
7940a5b839
commit
16aa5f5283
|
@ -3,7 +3,7 @@
|
|||
Remote version: <a href="<%= repo.url %>"><%= repo.latest_origin_commit %></a> (<%= time_ago_in_words repo.latest_origin_commit_date %> ago)
|
||||
<% if repo.commits_behind > 0 %>
|
||||
commits behind: <%= repo.commits_behind %>
|
||||
<button class="upgrade" action="" data-path="<%= repo.path %>">upgrade</button>
|
||||
<button class="upgrade" action="" data-path="<%= repo.path %>">Upgrade Discourse</button>
|
||||
<% end %>
|
||||
<% else %>
|
||||
Not under source control.
|
||||
|
|
Loading…
Reference in New Issue