allow all users to see about page

This commit is contained in:
yamanq 2016-02-10 08:06:43 -05:00
parent 9915ca169f
commit e50d810cd7

View File

@ -53,10 +53,10 @@
<option value="Health">Health</option> <option value="Health">Health</option>
</select> </select>
<button id="button">Update!</button> <button id="button">Update!</button>
{{/if}}
<div class='about'> <div class='about'>
<p>Developed by Yaman Qalieh and Kenny Jao</p> <p>Developed by Yaman Qalieh and Kenny Jao</p>
<a class="github" target="_blank" href="https://github.com/yamanq/scheduleac">Github</a> <a class="github" target="_blank" href="https://github.com/yamanq/scheduleac">Github</a>
</div> </div>
{{/if}}
</div> </div>
</template> </template>