~stephen-stewart/snapweb/prototype-macaroons

« back to all changes in this revision

Viewing changes to www/src/js/views/snap-settings.js

  • Committer: Snappy Tarmac
  • Author(s): Stephen Stewart
  • Date: 2015-05-27 18:25:56 UTC
  • mfrom: (141.2.14 icons-icons-icons)
  • Revision ID: snappy_tarmac-20150527182556-vd3ht5sqp6vi64dk
* create a specific default/missing icon, fixing #1456654
* make icons a consistent size across screen sizes
* remove image background which is pretty but inconvenient... maybe it can come back just off the main body, where it can't be overlaid by an icon by stephen-stewart approved by sergiusens

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
var template = require('../templates/snap-settings.hbs');
5
5
 
6
6
module.exports = Backbone.Marionette.ItemView.extend({
 
7
  className: 'b-snap__tab-content',
7
8
  template: function() {
8
9
    return template();
9
10
  },