move date to right, add time

This commit is contained in:
Khalid Huseynov 2016-07-19 22:26:40 +09:00
parent 4607c0309d
commit 0445b42de0

View file

@ -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>