mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-05 19:51:08 +01:00
add bootstrap class 'unstyled' to remove bullet points in article list
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<section data-ng-controller="ArticlesController" data-ng-init="find()">
|
||||
<ul>
|
||||
<ul class="unstyled">
|
||||
<li data-ng-repeat="article in articles">
|
||||
<span>{{article.created | date:'medium'}}</span> /
|
||||
<span>{{article.user.name}}</span>
|
||||
|
||||
Reference in New Issue
Block a user