commit 历史变更页面commit id颜色 蓝色->浅灰

This commit is contained in:
huang 2016-12-19 15:48:33 +08:00
parent cc68f33a5a
commit b34129e812
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@
</div>
<% end %>
<% if params[:action] == "commit_diff" %>
<div class="fr">Commit<a class="ml5" style="color: #3498db"><%= changeset.id %></a></div>
<div class="fr">Commit<a class="ml5" style="color: #999;"><%= changeset.id %></a></div>
<% end %>
</div>