Skip to content

Commit

Permalink
updating row of app types
Browse files Browse the repository at this point in the history
  • Loading branch information
craigkerstiens committed Nov 8, 2011
1 parent 97cec10 commit 3f811fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/Application/index.html
Expand Up @@ -61,7 +61,7 @@

$.each(apps.reverse(), function(index, value) {
if (value.gitUrl != "") {
$("#apps").prepend('<label><input type="radio" name="app" value="' + value.name + '"/>' + value.name + '</label> (<a href="' + value.demoUrl + '">Live Demo</a> | <a href="' + value.sourceUrl + '">Source Code</a>)<br/>');
$("#apps").prepend('<div class="row"><label><input type="radio" name="app" value="' + value.name + '"/>' + value.name + '</label> (<a href="' + value.demoUrl + '">Live Demo</a> | <a href="' + value.sourceUrl + '">Source Code</a>)</div>');
}
});

Expand Down

0 comments on commit 3f811fd

Please sign in to comment.