Skip to content

Commit

Permalink
Merge pull request #742 from sparc-request/kg-fixing_service_catalog_…
Browse files Browse the repository at this point in the history
…text_and_styling

KG - Service Catalog Styling/Text Changes
  • Loading branch information
jleonardw9 committed Nov 21, 2016
2 parents cc31026 + 0ca7599 commit cc2b2e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/proper/service_catalog.sass
Expand Up @@ -187,6 +187,7 @@
margin-bottom: 10px
.page-header
margin-top: 0
color: $sparc-light-blue
h3
margin-top: 0

Expand Down
2 changes: 1 addition & 1 deletion app/views/catalogs/_welcome.html.haml
Expand Up @@ -19,7 +19,7 @@
-# TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.page-header.text-center
%h3
= t(:proper)[:catalog][:center][:welcome]
= raw(t(:proper)[:catalog][:center][:welcome])
.text-center
%p
= t(:proper)[:catalog][:center][:description]
Expand Down
4 changes: 2 additions & 2 deletions config/locales/proper.en.yml
Expand Up @@ -56,9 +56,9 @@ en:
back_to_top: "Back to Top"
center:
search_placeholder: "Search by Service Name or CPT Code..."
welcome: "Welcome to SPARCRequest: Storefront of Research Services"
welcome: "Welcome to SPARCRequest:<br>Storefront of Research Services"
description: "Search for services above or browse the providers/services on the left sidebar"
notice: "** You may only select services applicable to ONE Protocol at a time **"
notice: "** You may only select services applicable to ONE Study/Project at a time **"
news:
header: "News"
none: "There is no recent news. Please check back later."
Expand Down

0 comments on commit cc2b2e7

Please sign in to comment.