Added 'Create project' message to history panel as another hint for understanding the history.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1589 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
c8dcc10ab8
commit
02857122c0
@ -12,6 +12,10 @@
|
||||
</div>
|
||||
<div class="history-panel-body" bind="bodyDiv">
|
||||
<div class="history-past" bind="pastDiv">
|
||||
<div class="history-panel-message" bind="createProjectDiv">
|
||||
<span class="history-entry-index">0.</span>
|
||||
Create Project
|
||||
</div>
|
||||
<div class="history-panel-message" bind="noUndoDiv" style="display:none;">No change to undo</div>
|
||||
<div class="history-highlight" bind="pastHighlightDiv"></div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user