Skip to content

Commit 9c79e6b

Browse files
committed
Update login footer
1 parent 94dffdf commit 9c79e6b

File tree

11 files changed

+32
-23
lines changed

11 files changed

+32
-23
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## [4.7.8]
3+
### Updated
4+
Update login footer
5+
26
## [4.7.7]
37

48
### Updated

dist/css/application-dark.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/application.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/maps/application-dark.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/maps/application.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dashboard/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@ <h4>
12551255
<td>$25 224.2</td>
12561256
<td>11 May 2017</td>
12571257
<td>Otsego</td>
1258-
<td><button class="btn btn-xs p-1 px-3 btn-info">Sent</button></td>
1258+
<td><span class="badge badge-info">Sent</span></td>
12591259
</tr>
12601260
<tr>
12611261
<th class="pl-4">Jacob Thornton</th>
@@ -1264,7 +1264,7 @@ <h4>
12641264
<td>$1 254.2</td>
12651265
<td>4 Jun 2017</td>
12661266
<td>Fivepointville</td>
1267-
<td><button class="btn btn-xs p-1 px-3 btn-info">Sent</button></td>
1267+
<td><span class="badge badge-info">Sent</span></td>
12681268
</tr>
12691269
<tr>
12701270
<th class="pl-4">Larry the Bird</th>
@@ -1273,7 +1273,7 @@ <h4>
12731273
<td>$1 570.0</td>
12741274
<td>27 Aug 2017</td>
12751275
<td>Leadville North</td>
1276-
<td><button class="btn btn-xs p-1 px-3 btn-success">Pending</button></td>
1276+
<td><span class="badge badge-success">Pending</span></td>
12771277
</tr>
12781278
<tr>
12791279
<th class="pl-4">Joseph May</th>
@@ -1282,7 +1282,7 @@ <h4>
12821282
<td>$5 224.5</td>
12831283
<td>19 Feb 2018</td>
12841284
<td>Seaforth</td>
1285-
<td><button class="btn btn-xs p-1 px-3 btn-danger">Declined</button></td>
1285+
<td><span class="badge badge-danger">Declined</span></td>
12861286
</tr>
12871287
<tr>
12881288
<th class="pl-4">Peter Horadnia</th>
@@ -1291,7 +1291,7 @@ <h4>
12911291
<td>$43 594.7</td>
12921292
<td>1 Mar 2018</td>
12931293
<td>Hanoverton</td>
1294-
<td><button class="btn btn-xs p-1 px-3 btn-info">Sent</button></td>
1294+
<td><span class="badge badge-info">Sent</span></td>
12951295
</tr>
12961296
</tbody>
12971297
</table>

dist/extra/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ <h3>Login to your Sing App</h3>
193193
</div>
194194
</div>
195195
<footer class="page-footer">
196-
2014 - 2019 &copy; Sing App - Bootstrap Admin Dashboard Template.
196+
2014 - 2020 &copy; Sing App - Bootstrap Admin Dashboard Template - Made by <a href="https://flatlogic.com/">Flatlogic</a>
197197
</footer>
198198
</main>
199199
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Sing",
3-
"version": "4.7.7",
3+
"version": "4.7.8",
44
"description": "Sing App - Bootstrap 4.5 Admin Dashboard",
55
"scripts": {
66
"build": "gulp build",

src/pages/dashboard/index.hbs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
<td>$25 224.2</td>
314314
<td>11 May 2017</td>
315315
<td>Otsego</td>
316-
<td><button class="btn btn-xs p-1 px-3 btn-info">Sent</button></td>
316+
<td><span class="badge badge-info">Sent</span></td>
317317
</tr>
318318
<tr>
319319
<th class="pl-4">Jacob Thornton</th>
@@ -322,7 +322,7 @@
322322
<td>$1 254.2</td>
323323
<td>4 Jun 2017</td>
324324
<td>Fivepointville</td>
325-
<td><button class="btn btn-xs p-1 px-3 btn-info">Sent</button></td>
325+
<td><span class="badge badge-info">Sent</span></td>
326326
</tr>
327327
<tr>
328328
<th class="pl-4">Larry the Bird</th>
@@ -331,7 +331,7 @@
331331
<td>$1 570.0</td>
332332
<td>27 Aug 2017</td>
333333
<td>Leadville North</td>
334-
<td><button class="btn btn-xs p-1 px-3 btn-success">Pending</button></td>
334+
<td><span class="badge badge-success">Pending</span></td>
335335
</tr>
336336
<tr>
337337
<th class="pl-4">Joseph May</th>
@@ -340,7 +340,7 @@
340340
<td>$5 224.5</td>
341341
<td>19 Feb 2018</td>
342342
<td>Seaforth</td>
343-
<td><button class="btn btn-xs p-1 px-3 btn-danger">Declined</button></td>
343+
<td><span class="badge badge-danger">Declined</span></td>
344344
</tr>
345345
<tr>
346346
<th class="pl-4">Peter Horadnia</th>
@@ -349,7 +349,7 @@
349349
<td>$43 594.7</td>
350350
<td>1 Mar 2018</td>
351351
<td>Hanoverton</td>
352-
<td><button class="btn btn-xs p-1 px-3 btn-info">Sent</button></td>
352+
<td><span class="badge badge-info">Sent</span></td>
353353
</tr>
354354
</tbody>
355355
</table>
@@ -483,4 +483,4 @@
483483
<!-- page specific js -->
484484
<script src="../js/dashboard/index.js"></script>
485485
{{/content}}
486-
{{/extend}}
486+
{{/extend}}

src/pages/extra/login.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
{{/content}}
5757
{{#content "footer"}}
5858
<footer class="page-footer">
59-
2014 - 2019 &copy; Sing App - Bootstrap Admin Dashboard Template.
59+
2014 - 2020 &copy; Sing App - Bootstrap Admin Dashboard Template - Made by <a href="https://flatlogic.com/">Flatlogic</a>
6060
</footer>
6161
{{/content}}
62-
{{/extend}}
62+
{{/extend}}

0 commit comments

Comments
 (0)