Skip to content

Commit

Permalink
Merge pull request #15 from mosen/v6.0.0-beta.1
Browse files Browse the repository at this point in the history
V6.0.0 beta.1
  • Loading branch information
bochoven authored May 22, 2021
2 parents e4b7b08 + c427bd4 commit ac20a22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "munkireport/applications",
"description": "Module for munkireport.",
"license": "MIT"
"license": "MIT",
"version": "6.0.0-beta1"
}
6 changes: 3 additions & 3 deletions views/applications_listing.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php $this->view('partials/head'); ?>

<div class="container">
<div class="row">
<div class="container-fluid">
<div class="row pt-4">
<div class="col-lg-12">

<h3><span data-i18n="applications.reporttitle"></span> <span id="total-count" class='label label-primary'>…</span></h3>
<h3><span data-i18n="applications.reporttitle"></span> <span id="total-count" class='badge badge-primary'>…</span></h3>

<table class="table table-striped table-condensed table-bordered">

Expand Down

0 comments on commit ac20a22

Please sign in to comment.