Skip to content

Commit

Permalink
Merge pull request #87 from ymaheshwari1/roller-ui
Browse files Browse the repository at this point in the history
Improved: the UI for the blog entries page
  • Loading branch information
adityasharma7 authored May 17, 2021
2 parents 044ef2f + 0701f6d commit 605d9d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/main/webapp/WEB-INF/jsps/editor/Entries.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
<table class="rollertable table table-striped" width="100%">

<tr>
<th class="rollertable" width="5%"> </th>
<th class="rollertable" width="5%">
<th class="rollertable" width="3%"> </th>
<th class="rollertable" width="7%">
<s:text name="weblogEntryQuery.pubTime" />
</th>
<th class="rollertable" width="5%">
<th class="rollertable" width="7%">
<s:text name="weblogEntryQuery.updateTime" />
</th>
<th class="rollertable">
Expand All @@ -76,7 +76,7 @@
<th class="rollertable" width="15%">
<s:text name="weblogEntryQuery.category" />
</th>
<th class="rollertable" width="5%"> </th>
<th class="rollertable" width="3%"> </th>
</tr>

<s:iterator var="post" value="pager.items">
Expand Down

0 comments on commit 605d9d3

Please sign in to comment.