Skip to content

Commit

Permalink
Hide github repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
piotras committed Oct 13, 2014
1 parent 0654027 commit 025154a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions elements/noflo-project-inspector.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ <h1>{{ project.name }} settings</h1>
<div class="error">{{ errorText }}</div>
</template>
<form>
<label>
<span>GitHub repository</span>
<input type="text" value="{{ repo }}" placeholder="username/my-project" autocapitalize="off" autocorrect="off" required>
</label>
<template if="{{ !$NOFLO_OFFLINE_MODE }}">
<label>
<span>GitHub repository</span>
<input type="text" value="{{ repo }}" placeholder="username/my-project" autocapitalize="off" autocorrect="off" required>
</label>
</template>
<label>
<span>Project label</span>
<input type="text" value="{{ name }}" placeholder="My Cool Project" required>
Expand Down

0 comments on commit 025154a

Please sign in to comment.