Note that there are some explanatory texts on larger screens.

plurals
  1. USElte Hupkes
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COYou mean how to alias the controller? If you check out the routes configuration URL in my answer, there's an example of that if you search the page for "alias". You could map `/admin/users/:action/*` to `array('controller' => 'admin_users', 'plugin' => 'admin')` to get the desired result for the AdminUsersController. If you want to do it automatically for all the controllers in the admin plugin you'd probably have to use a custom route class.
      singulars
    2. CONeither do I at this point, but I'm looking into it ;). What I mean is that Ember.Handlebars.compile() behaves differently than Handlebars.compile(). I originally thought of a solution where I used a custom view inside my translation string (`For some action {{view view.clickHereView}}`), but apparently I cannot access the view helper from there since Ember-I18n uses Handlebars.compile instead of Ember.Handlebars.compile and I can't just replace it. This still seems like the most promising approach though.
      singulars
    3. CO@Jasper That might be possible, however I can already think of a few scenarios in which this isn't sufficient (imagine there being more than one link, the order _might_ not even be accurate). As a workaround I can probably use that (and hope I never run into such an exception case), but I hope there's a better approach.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload