mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
move date to right, add time
This commit is contained in:
parent
4607c0309d
commit
0445b42de0
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ limitations under the License.
|
|||
</button>
|
||||
<ul class="dropdown-menu pull-right" aria-labelledby="revisionsDropdown">
|
||||
<li ng-repeat="revision in noteRevisions | orderBy:'time':true" class="revision">
|
||||
<a style="cursor:pointer"><strong>{{moment.unix(revision.time).format('MMMM Do YYYY, h:mm:ss a')}}</strong> - {{revision.message}}</a>
|
||||
<a style="cursor:pointer"><strong>{{revision.message}}</strong> - <em>{{moment.unix(revision.time).format('MMMM Do YYYY, h:mm a')}}</em></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue