You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2013/08/28 19:24:32 UTC

[08/12] git commit: [#6526] Better label on submit button

[#6526] Better label on submit button

Signed-off-by: Tim Van Steenburgh <tv...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/90651671
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/90651671
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/90651671

Branch: refs/heads/cj/6541
Commit: 906516719ecc8b3a6c10c4a253a443d7367c0dbd
Parents: a4dc01b
Author: Tim Van Steenburgh <tv...@gmail.com>
Authored: Wed Aug 28 14:34:10 2013 +0000
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Wed Aug 28 14:34:10 2013 +0000

----------------------------------------------------------------------
 ForgeImporters/forgeimporters/templates/importer_base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/90651671/ForgeImporters/forgeimporters/templates/importer_base.html
----------------------------------------------------------------------
diff --git a/ForgeImporters/forgeimporters/templates/importer_base.html b/ForgeImporters/forgeimporters/templates/importer_base.html
index 4bdfe0f..7a25543 100644
--- a/ForgeImporters/forgeimporters/templates/importer_base.html
+++ b/ForgeImporters/forgeimporters/templates/importer_base.html
@@ -75,6 +75,6 @@
       {{ error('mount_point') }}
   </div>
 
-  <input type="submit" />
+  <input type="submit" value="Import"/>
 </form>
 {% endblock %}