Skip to content

Commit

Permalink
Merge 5b1655f into c4d364c
Browse files Browse the repository at this point in the history
  • Loading branch information
jcreel committed May 28, 2020
2 parents c4d364c + 5b1655f commit 65e56f5
Show file tree
Hide file tree
Showing 84 changed files with 3,202 additions and 961 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/TAMULib/ProjectManagementUI.svg?branch=master)](https://travis-ci.org/TAMULib/ProjectManagementUI)
[![Coverage Status](https://coveralls.io/repos/github/TAMULib/ProjectManagementUI/badge.svg?branch=master)](https://coveralls.io/github/TAMULib/ProjectManagementUI?branch=master)
[![Build Status](https://travis-ci.org/TAMULib/ProductManagementUI.svg?branch=master)](https://travis-ci.org/TAMULib/ProductManagementUI)
[![Coverage Status](https://coveralls.io/repos/github/TAMULib/ProductManagementUI/badge.svg?branch=master)](https://coveralls.io/github/TAMULib/ProductManagementUI?branch=master)

# Project Management UI
# Product Management UI
4 changes: 2 additions & 2 deletions app/.htaccess
@@ -1,7 +1,7 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /projects/
RewriteBase /products/
RewriteCond %{HTTP:X-Requested-With} !XMLHttpRequest$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.html [L]
</IfModule>
</IfModule>

0 comments on commit 65e56f5

Please sign in to comment.