Skip to content

Commit

Permalink
Merge pull request #112 from oss-specs/feature/linguistic-updates
Browse files Browse the repository at this point in the history
Updating wording on a home page
  • Loading branch information
sponte committed Sep 17, 2015
2 parents ddc71aa + 5c84af5 commit a4e64b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "specs",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"bin": {
"module-name": "./bin/www"
Expand Down
2 changes: 1 addition & 1 deletion views/projects.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<main class="projects group">
<h1>Projects</h1>
<section>
<h2>Add a Project</h2>
<h2>Add Project</h2>
<form action="/" method="get">
<label>Project's Git URL (https only please): <input type="text" name="repo_url" /></label>
<button class="call-to-action" onclick="document.body.classList.add('waiting')">Submit</button>
Expand Down

0 comments on commit a4e64b9

Please sign in to comment.